Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int2 | 5 | √ | nextval('approvaltype_id_seq'::regclass) |
|
|
Unique ID |
||||
| code | text | 2147483647 | null |
|
|
Unique code of the approval type |
|||||
| position | int2 | 5 | null |
|
|
Unique position of the approval type |
|||||
| name | text | 2147483647 | null |
|
|
The name of the approval type |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_approvaltype_id | Primary key | Asc | id |
| u_approvaltype_code | Must be unique | Asc | code |
| u_approvaltype_position | Must be unique | Asc | position |