mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
empty directus data dump + README.md explaining how to do so also document how to push data
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"collection": "directus_sync_id_map",
|
|
"field": "table",
|
|
"type": "string",
|
|
"meta": null,
|
|
"schema": {
|
|
"name": "table",
|
|
"table": "directus_sync_id_map",
|
|
"data_type": "varchar",
|
|
"default_value": null,
|
|
"max_length": 255,
|
|
"numeric_precision": null,
|
|
"numeric_scale": null,
|
|
"is_nullable": false,
|
|
"is_unique": false,
|
|
"is_indexed": false,
|
|
"is_primary_key": false,
|
|
"is_generated": false,
|
|
"generation_expression": null,
|
|
"has_auto_increment": false,
|
|
"foreign_key_table": null,
|
|
"foreign_key_column": null
|
|
}
|
|
}
|