Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('query.datatype_id_seq'::regclass) |
|
|
||||||||||||||||||||
| datatype_name | text | 2147483647 | null |
|
|
|||||||||||||||||||||
| is_numeric | bool | 1 | false |
|
|
|||||||||||||||||||||
| is_composite | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| datatype_pkey | Primary key | Asc | id |
| datatype_datatype_name_key | Must be unique | Asc | datatype_name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| qdt_comp_not_num | (((is_numeric IS FALSE) OR (is_composite IS FALSE))) |

