mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
26 lines
701 B
JSON
26 lines
701 B
JSON
{
|
|
"collection": "groupSubheaders",
|
|
"field": "user_created",
|
|
"related_collection": "directus_users",
|
|
"meta": {
|
|
"junction_field": null,
|
|
"many_collection": "groupSubheaders",
|
|
"many_field": "user_created",
|
|
"one_allowed_collections": null,
|
|
"one_collection": "directus_users",
|
|
"one_collection_field": null,
|
|
"one_deselect_action": "nullify",
|
|
"one_field": null,
|
|
"sort_field": null
|
|
},
|
|
"schema": {
|
|
"table": "groupSubheaders",
|
|
"column": "user_created",
|
|
"foreign_key_table": "directus_users",
|
|
"foreign_key_column": "id",
|
|
"constraint_name": "groupsubheaders_user_created_foreign",
|
|
"on_update": "NO ACTION",
|
|
"on_delete": "NO ACTION"
|
|
}
|
|
}
|