Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('demographic_attributes_id_seq'::regclass) |
|
|
||
| name | varchar | 2147483647 | null |
|
|
|||
| description | varchar | 2147483647 | null |
|
|
|||
| data_class | varchar | 2147483647 | √ | null |
|
|
The data class/type of this demographic attribute, eg. String, Percentage, etc |
|
| created_at | timestamp | 29,6 | null |
|
|
|||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| demographic_attributes_pkey | Primary key | Asc | id |
| index_demographic_attributes_on_name | Must be unique | Asc | name |
