Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('timestamp_definition_id_seq'::regclass) |
|
|
||||
| name | text | 2147483647 | null |
|
|
|||||
| time_type_id | serial | 10 | √ | nextval('timestamp_definition_time_type_id_seq'::regclass) |
|
|
||||
| state_id | serial | 10 | √ | nextval('timestamp_definition_state_id_seq'::regclass) |
|
|
||||
| created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
|||||
| modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| modified_by | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| timestamp_definition_pkey | Primary key | Asc | id |
| uniq_time_type_state | Must be unique | Asc/Asc | time_type_id + state_id |

