26 lines
608 B
JSON

{
"collection": "items",
"field": "layer",
"related_collection": "layers",
"meta": {
"junction_field": null,
"many_collection": "items",
"many_field": "layer",
"one_allowed_collections": null,
"one_collection": "layers",
"one_collection_field": null,
"one_deselect_action": "nullify",
"one_field": null,
"sort_field": null
},
"schema": {
"table": "items",
"column": "layer",
"foreign_key_table": "layers",
"foreign_key_column": "id",
"constraint_name": "items_layer_foreign",
"on_update": "NO ACTION",
"on_delete": "SET NULL"
}
}