Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||
| title | varchar | 255 | √ | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| total_books | int2 | 5 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| series_id | int8 | 19 | null |
|
|
||||||
| check_by_validation | bool | 1 | null |
|
|
||||||
| in_data_validation | bool | 1 | null |
|
|
||||||
| status_data_validation | jsonb | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| amz_series_history_pkey | Primary key | Asc | id |
| amz_series_history_series_id_68b8475e | Performance | Asc | series_id |
| idx_series_history | Performance | Asc | series_id |

