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"
}
}