Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
dim_device_platform_id | serial | 10 | √ | nextval('dim_device_platform_id'::regclass) |
|
|
Primary Key: an identifier for this record |
||||
dim_device_platform_name | text | 2147483647 | null |
|
|
Name of the platform |
|||||
is_mobile | bool | 1 | null |
|
|
Was the platform accessed via mobile (e.g.: platform could still be web, but accessed via mobile) |
|||||
is_mobile_application | bool | 1 | null |
|
|
Was the platform a mobile application |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dim_device_platform_pkey | Primary key | Asc | dim_device_platform_id |