Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_certifiedcart_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| code | varchar | 255 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| verificated | bool | 1 | null |
|
|
||||||
| division_id | int4 | 10 | √ | null |
|
|
|||||
| division_last_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_certifiedcart_pkey | Primary key | Asc | id |
| api_certifiedcart_code_f2848d44_like | Performance | Asc | code |
| api_certifiedcart_code_f2848d44_uniq | Must be unique | Asc | code |
| api_certifiedcart_division_id_4f344b14 | Performance | Asc | division_id |
| api_certifiedcart_division_last_id_8c64f4db | Performance | Asc | division_last_id |