Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | √ | null |
|
|
||||
type | varchar | 2147483647 | null |
|
|
System type as defined by the system owner. |
||||
code | varchar | 2147483647 | √ | null |
|
|
Code as defined by the system owner. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
system_types_pkey | Primary key | Asc | id |
system_types_type_key | Must be unique | Asc | type |