Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_documentserviceorder_id_seq'::regclass) |
|
|
||
| deleted | timestamptz | 35,6 | √ | null |
|
|
||
| name | varchar | 255 | √ | null |
|
|
||
| file_url | varchar | 100 | √ | null |
|
|
||
| created_at | timestamptz | 35,6 | null |
|
|
|||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_documentserviceorder_pkey | Primary key | Asc | id |