Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| loc_type_id | serial | 10 | √ | nextval('sgn.loc_types_loc_type_id_seq'::regclass) |
|
|
||
| type_code | varchar | 10 | ''::character varying |
|
|
|||
| type_name | varchar | 12 | ''::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| loc_types_pkey | Primary key | Asc | loc_type_id |
| type_code_idx | Performance | Asc | type_code |
