Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('evaluation_order_id_seq'::regclass) |
|
|
|||||||||||
evaluation_id | bigserial | 19 | √ | nextval('evaluation_order_evaluation_id_seq'::regclass) |
|
|
|||||||||||
first_names | text | 2147483647 | null |
|
|
||||||||||||
last_name | text | 2147483647 | null |
|
|
||||||||||||
text | 2147483647 | √ | null |
|
|
||||||||||||
birthdate | text | 2147483647 | √ | null |
|
|
|||||||||||
extra | text | 2147483647 | √ | null |
|
|
|||||||||||
created | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
evaluation_order_pkey | Primary key | Asc | id |