Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('moped_work_types_id_seq'::regclass) |
|
|
||||||
| name | text | 2147483647 | null |
|
|
|||||||
| key | text | 2147483647 | null |
|
|
|||||||
| is_deleted | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_work_types_pkey | Primary key | Asc | id |
| moped_work_types_key_key | Must be unique | Asc | key |