Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
dim_browser_id | int4 | 10 | null |
|
|
An identifier for this dimension |
||
version | int4 | 10 | √ | null |
|
|
Version of this dimension as it applies to dim_browser_id |
|
date_from | timestamp | 29,6 | √ | null |
|
|
When this dimension applies from |
|
date_to | timestamp | 29,6 | √ | null |
|
|
When this dimension applies to |
|
is_mobile | bool | 1 | √ | null |
|
|
Was the browser being used on a mobile? |
|
is_ozlotteries_ios | bool | 1 | √ | null |
|
|
Was the broswer the OZL iOS app? |
|
is_ozlotteries_android | bool | 1 | √ | null |
|
|
Was the broswer the OZL android app? |
|
is_app | bool | 1 | √ | null |
|
|
Was the broswer an app? |
|
browser_name | text | 2147483647 | √ | null |
|
|
Browser name |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
idx_dim_browser_tk | Performance | Asc | dim_browser_id |