Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
modification_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
modification_type_name | varchar(128) | 128 | √ |
|
|
Concise identifier for the modification type, such as ‘carbonized’. |
||||
modification_type_description | text | 2147483647 | √ |
|
|
Detailed description of the modification to ensure clarity and understanding, especially for those unfamiliar with domain-specific terminology. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_modification_types_pkey | Primary key | Asc | modification_type_id |
tbl_modification_types_modification_type_name_key | Must be unique | Asc | modification_type_name |
tbl_modification_types_modification_type_name_unique | Must be unique | Asc | modification_type_name |