Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int2 | 5 | √ | nextval('jobtitle_id_seq'::regclass) |
|
|
Unique ID |
||||
| code | text | 2147483647 | null |
|
|
Unique code of the job title |
|||||
| name | text | 2147483647 | null |
|
|
The name of the job title |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_jobtitle_id | Primary key | Asc | id |
| u_jobtitle_code | Must be unique | Asc | code |