Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| record_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||
| record_type_name | varchar(50) | 50 | √ |
|
|
Concise name representing the proxy or proxies within the group. |
|||||||||||||
| record_type_description | text | 2147483647 | √ |
|
|
Provides a detailed explanation of the group’s composition and the rationale for its categorization. |
|||||||||||||
| date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_record_types_pkey | Primary key | Asc | record_type_id |
| tbl_record_types_record_type_name_key | Must be unique | Asc | record_type_name |
| tbl_record_types_record_type_name_unique | Must be unique | Asc | record_type_name |



