Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('migration_deletion_logs_id_seq'::regclass) |
|
|
||
| migration_name | varchar | 255 | null |
|
|
|||
| table_name | varchar | 255 | null |
|
|
|||
| data | jsonb | 2147483647 | null |
|
|
|||
| created_at | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| migration_deletion_logs_pkey | Primary key | Asc | id |
