mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
26 lines
652 B
JSON
26 lines
652 B
JSON
{
|
|
"collection": "layers",
|
|
"field": "indexIcon",
|
|
"related_collection": "directus_files",
|
|
"meta": {
|
|
"junction_field": null,
|
|
"many_collection": "layers",
|
|
"many_field": "indexIcon",
|
|
"one_allowed_collections": null,
|
|
"one_collection": "directus_files",
|
|
"one_collection_field": null,
|
|
"one_deselect_action": "nullify",
|
|
"one_field": null,
|
|
"sort_field": null
|
|
},
|
|
"schema": {
|
|
"table": "layers",
|
|
"column": "indexIcon",
|
|
"foreign_key_table": "directus_files",
|
|
"foreign_key_column": "id",
|
|
"constraint_name": "layers_indexicon_foreign",
|
|
"on_update": "NO ACTION",
|
|
"on_delete": "SET NULL"
|
|
}
|
|
}
|