Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int2 | 5 | √ | nextval('tripusertype_id_seq'::regclass) |
|
|
Unique ID |
||||
| code | text | 2147483647 | null |
|
|
The unique code of this trip user type |
|||||
| name | text | 2147483647 | null |
|
|
||||||
| id_accountingtype | int2 | 5 | √ | null |
|
|
Reference to the accounting type |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tripusertype_id | Primary key | Asc | id |
| u_tripusertype_code | Must be unique | Asc | code |