26 lines
606 B
JSON

{
"collection": "tab",
"field": "tabs_id",
"related_collection": "tabs",
"meta": {
"junction_field": null,
"many_collection": "tab",
"many_field": "tabs_id",
"one_allowed_collections": null,
"one_collection": "tabs",
"one_collection_field": null,
"one_deselect_action": "nullify",
"one_field": "tabs",
"sort_field": "sort"
},
"schema": {
"table": "tab",
"column": "tabs_id",
"foreign_key_table": "tabs",
"foreign_key_column": "id",
"constraint_name": "tab_tabs_id_foreign",
"on_update": "NO ACTION",
"on_delete": "SET NULL"
}
}