Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
prep_id | serial | 10 | √ | nextval('dic_analysis_prep_prep_id_seq'::regclass) |
|
|
PK. Unique identifier. Generated by the database |
|||
prep_translation | varchar | 60 | √ | null |
|
|
General description of the method |
|||
prep_desc | varchar | 255 | √ | null |
|
|
Detailed description of the method |
|||
timestamp_created | timestamptz | 35,6 | now() |
|
|
|||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
prep_id | Primary key | Asc | prep_id |