Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('config.hard_due_date_id_seq'::regclass) |
|
|
||||||||
name | text | 2147483647 | null |
|
|
|||||||||
ceiling_date | timestamptz | 35,6 | null |
|
|
|||||||||
forceto | bool | 1 | null |
|
|
|||||||||
owner | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hard_due_date_pkey | Primary key | Asc | id |
hard_due_date_name_key | Must be unique | Asc | name |