Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | TEXT | 2000000000 | null |
|
|
||||||
| revision_id | INTEGER | 2000000000 | 1 |
|
|
||||||
| name | TEXT | 2000000000 | null |
|
|
||||||
| config_json | TEXT | 2000000000 | null |
|
|
||||||
| created_at | INTEGER | 2000000000 | CAST(strftime('%s', 'now') AS INTEGER) * 1000 |
|
|
||||||
| updated_at | INTEGER | 2000000000 | CAST(strftime('%s', 'now') AS INTEGER) * 1000 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_import_strategy_s_pk | Primary key | Asc | id |
| idx_api_import_strategy_name | Performance | Asc | name |
| sqlite_autoindex_api_import_strategy_1 | Must be unique | Asc | id |
| sqlite_autoindex_api_import_strategy_2 | Must be unique | Asc | name |

