diff --git a/directus/schema.json b/directus/schema.json index f077d69..fa539cd 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -1,5 +1,31 @@ { "collections": [ + { + "collection": "Contact_Social", + "meta": { + "collection": "Contact_Social", + "icon": "social_distance", + "note": null, + "display_template": null, + "hidden": true, + "singleton": false, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 1, + "group": "Contact", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Equipment_Item", "meta": { @@ -1040,6 +1066,32 @@ }, "schema": {} }, + { + "collection": "Contact", + "meta": { + "collection": "Contact", + "icon": "contact_page", + "note": null, + "display_template": null, + "hidden": true, + "singleton": false, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 11, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Last_Blogs", "meta": { @@ -1058,7 +1110,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 11, + "sort": 12, "group": "Types", "collapse": "open", "preview_url": null, @@ -1084,7 +1136,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 12, + "sort": 13, "group": "Types", "collapse": "open", "preview_url": null, @@ -1110,7 +1162,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 13, + "sort": 14, "group": "Types", "collapse": "open", "preview_url": null, @@ -1120,6 +1172,536 @@ } ], "fields": [ + { + "collection": "Contact_Social", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Contact_Social", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Contact_Social", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Contact_Social", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Contact_Social", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Contact_Social", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Contact_Social", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "title", + "special": null, + "interface": "input", + "options": { + "iconLeft": "title" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "text", + "type": "text", + "schema": { + "name": "text", + "table": "Contact_Social", + "data_type": "text", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "text", + "special": null, + "interface": "input-rich-text-md", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "icon", + "type": "uuid", + "schema": { + "name": "icon", + "table": "Contact_Social", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "color", + "type": "string", + "schema": { + "name": "color", + "table": "Contact_Social", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "color", + "special": null, + "interface": "select-color", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "Contact_id", + "type": "uuid", + "schema": { + "name": "Contact_id", + "table": "Contact_Social", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "Contact", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "Contact_id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 10, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact_Social", + "field": "sort", + "type": "integer", + "schema": { + "name": "sort", + "table": "Contact_Social", + "data_type": "integer", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact_Social", + "field": "sort", + "special": null, + "interface": null, + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 11, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Equipment_Item", "field": "id", @@ -16349,6 +16931,380 @@ "searchable": true } }, + { + "collection": "Contact", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Contact", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Contact", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Contact", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Contact", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Contact", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Contact", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "title", + "special": null, + "interface": "input", + "options": { + "iconLeft": "title" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "text", + "type": "text", + "schema": { + "name": "text", + "table": "Contact", + "data_type": "text", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Contact", + "field": "text", + "special": null, + "interface": "input-rich-text-md", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Contact", + "field": "methods", + "type": "alias", + "schema": null, + "meta": { + "collection": "Contact", + "field": "methods", + "special": [ + "o2m" + ], + "interface": "list-o2m", + "options": { + "sort": null, + "template": "{{title}}" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Last_Blogs", "field": "id", @@ -17562,24 +18518,102 @@ ], "relations": [ { - "collection": "Equipment_Item", - "field": "Equipment_Table_id", - "related_collection": "Equipment_Table", + "collection": "Contact_Social", + "field": "user_created", + "related_collection": "directus_users", "schema": { - "constraint_name": "equipment_item_equipment_table_id_foreign", - "table": "Equipment_Item", - "column": "Equipment_Table_id", + "constraint_name": "contact_social_user_created_foreign", + "table": "Contact_Social", + "column": "user_created", "foreign_key_schema": "public", - "foreign_key_table": "Equipment_Table", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "SET NULL" + "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Equipment_Item", - "many_field": "Equipment_Table_id", - "one_collection": "Equipment_Table", - "one_field": "items", + "many_collection": "Contact_Social", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Contact_Social", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "contact_social_user_updated_foreign", + "table": "Contact_Social", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Contact_Social", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Contact_Social", + "field": "icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "contact_social_icon_foreign", + "table": "Contact_Social", + "column": "icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Contact_Social", + "many_field": "icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Contact_Social", + "field": "Contact_id", + "related_collection": "Contact", + "schema": { + "constraint_name": "contact_social_contact_id_foreign", + "table": "Contact_Social", + "column": "Contact_id", + "foreign_key_schema": "public", + "foreign_key_table": "Contact", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Contact_Social", + "many_field": "Contact_id", + "one_collection": "Contact", + "one_field": "methods", "one_collection_field": null, "one_allowed_collections": null, "junction_field": null, @@ -17589,22 +18623,22 @@ }, { "collection": "Equipment_Item", - "field": "icon", - "related_collection": "directus_files", + "field": "user_created", + "related_collection": "directus_users", "schema": { - "constraint_name": "equipment_item_icon_foreign", + "constraint_name": "equipment_item_user_created_foreign", "table": "Equipment_Item", - "column": "icon", + "column": "user_created", "foreign_key_schema": "public", - "foreign_key_table": "directus_files", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "SET NULL" + "on_delete": "NO ACTION" }, "meta": { "many_collection": "Equipment_Item", - "many_field": "icon", - "one_collection": "directus_files", + "many_field": "user_created", + "one_collection": "directus_users", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -17641,11 +18675,89 @@ }, { "collection": "Equipment_Item", + "field": "icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "equipment_item_icon_foreign", + "table": "Equipment_Item", + "column": "icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Equipment_Item", + "many_field": "icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Equipment_Item", + "field": "Equipment_Table_id", + "related_collection": "Equipment_Table", + "schema": { + "constraint_name": "equipment_item_equipment_table_id_foreign", + "table": "Equipment_Item", + "column": "Equipment_Table_id", + "foreign_key_schema": "public", + "foreign_key_table": "Equipment_Table", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Equipment_Item", + "many_field": "Equipment_Table_id", + "one_collection": "Equipment_Table", + "one_field": "items", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Frequently_Asked_Question", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "frequently_asked_question_user_updated_foreign", + "table": "Frequently_Asked_Question", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Frequently_Asked_Question", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Frequently_Asked_Question", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "equipment_item_user_created_foreign", - "table": "Equipment_Item", + "constraint_name": "frequently_asked_question_user_created_foreign", + "table": "Frequently_Asked_Question", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -17654,7 +18766,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Equipment_Item", + "many_collection": "Frequently_Asked_Question", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -17692,12 +18804,12 @@ } }, { - "collection": "Frequently_Asked_Question", + "collection": "Menu", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "frequently_asked_question_user_created_foreign", - "table": "Frequently_Asked_Question", + "constraint_name": "menu_user_created_foreign", + "table": "Menu", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -17706,7 +18818,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Frequently_Asked_Question", + "many_collection": "Menu", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -17717,32 +18829,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Frequently_Asked_Question", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "frequently_asked_question_user_updated_foreign", - "table": "Frequently_Asked_Question", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Frequently_Asked_Question", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Menu", "field": "user_updated", @@ -17770,12 +18856,12 @@ } }, { - "collection": "Menu", + "collection": "Menu_Link", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "menu_user_created_foreign", - "table": "Menu", + "constraint_name": "menu_link_user_created_foreign", + "table": "Menu_Link", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -17784,7 +18870,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Menu", + "many_collection": "Menu_Link", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -17821,32 +18907,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Menu_Link", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "menu_link_user_created_foreign", - "table": "Menu_Link", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Menu_Link", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Menu_items", "field": "Menu_id", @@ -17893,32 +18953,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Pages", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "pages_user_updated_foreign", - "table": "Pages", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Pages", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Pages", "field": "user_created", @@ -17946,49 +18980,49 @@ } }, { - "collection": "Photo", - "field": "Photo_Album_id", - "related_collection": "Photo_Albums", + "collection": "Pages", + "field": "user_updated", + "related_collection": "directus_users", "schema": { - "constraint_name": "photo_photo_album_id_foreign", - "table": "Photo", - "column": "Photo_Album_id", + "constraint_name": "pages_user_updated_foreign", + "table": "Pages", + "column": "user_updated", "foreign_key_schema": "public", - "foreign_key_table": "Photo_Albums", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "SET NULL" + "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo", - "many_field": "Photo_Album_id", - "one_collection": "Photo_Albums", - "one_field": "photos", + "many_collection": "Pages", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, "one_collection_field": null, "one_allowed_collections": null, "junction_field": null, - "sort_field": "sort", + "sort_field": null, "one_deselect_action": "nullify" } }, { "collection": "Photo", - "field": "photo", - "related_collection": "directus_files", + "field": "user_updated", + "related_collection": "directus_users", "schema": { - "constraint_name": "photo_photo_foreign", + "constraint_name": "photo_user_updated_foreign", "table": "Photo", - "column": "photo", + "column": "user_updated", "foreign_key_schema": "public", - "foreign_key_table": "directus_files", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "NO ACTION" }, "meta": { "many_collection": "Photo", - "many_field": "photo", - "one_collection": "directus_files", + "many_field": "user_updated", + "one_collection": "directus_users", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -18025,11 +19059,89 @@ }, { "collection": "Photo", + "field": "photo", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_photo_foreign", + "table": "Photo", + "column": "photo", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo", + "many_field": "photo", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo", + "field": "Photo_Album_id", + "related_collection": "Photo_Albums", + "schema": { + "constraint_name": "photo_photo_album_id_foreign", + "table": "Photo", + "column": "Photo_Album_id", + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Albums", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Photo", + "many_field": "Photo_Album_id", + "one_collection": "Photo_Albums", + "one_field": "photos", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Albums", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_albums_user_created_foreign", + "table": "Photo_Albums", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Albums", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Albums", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "photo_user_updated_foreign", - "table": "Photo", + "constraint_name": "photo_albums_user_updated_foreign", + "table": "Photo_Albums", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -18038,7 +19150,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo", + "many_collection": "Photo_Albums", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -18076,13 +19188,13 @@ } }, { - "collection": "Photo_Albums", - "field": "user_updated", + "collection": "Reviews", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "photo_albums_user_updated_foreign", - "table": "Photo_Albums", - "column": "user_updated", + "constraint_name": "reviews_user_created_foreign", + "table": "Reviews", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18090,8 +19202,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo_Albums", - "many_field": "user_updated", + "many_collection": "Reviews", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18102,13 +19214,13 @@ } }, { - "collection": "Photo_Albums", - "field": "user_created", + "collection": "Reviews", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "photo_albums_user_created_foreign", - "table": "Photo_Albums", - "column": "user_created", + "constraint_name": "reviews_user_updated_foreign", + "table": "Reviews", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18116,8 +19228,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo_Albums", - "many_field": "user_created", + "many_collection": "Reviews", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18153,58 +19265,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Reviews", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "reviews_user_updated_foreign", - "table": "Reviews", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Reviews", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Reviews", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "reviews_user_created_foreign", - "table": "Reviews", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Reviews", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Reviews", "field": "Review_List_id", @@ -18231,32 +19291,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Robots", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "robots_user_updated_foreign", - "table": "Robots", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Robots", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Robots", "field": "user_created", @@ -18284,117 +19318,13 @@ } }, { - "collection": "Search_Engine_Optimisation", - "field": "Page_id", - "related_collection": "Pages", - "schema": { - "constraint_name": "search_engine_optimisation_page_id_foreign", - "table": "Search_Engine_Optimisation", - "column": "Page_id", - "foreign_key_schema": "public", - "foreign_key_table": "Pages", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "Page_id", - "one_collection": "Pages", - "one_field": "search_engine", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Search_Engine_Optimisation", - "field": "Project_id", - "related_collection": "Projects", - "schema": { - "constraint_name": "search_engine_optimisation_project_id_foreign", - "table": "Search_Engine_Optimisation", - "column": "Project_id", - "foreign_key_schema": "public", - "foreign_key_table": "Projects", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "Project_id", - "one_collection": "Projects", - "one_field": "search_engine", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Search_Engine_Optimisation", - "field": "Blog_id", - "related_collection": "Blogs", - "schema": { - "constraint_name": "search_engine_optimisation_blog_id_foreign", - "table": "Search_Engine_Optimisation", - "column": "Blog_id", - "foreign_key_schema": "public", - "foreign_key_table": "Blogs", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "Blog_id", - "one_collection": "Blogs", - "one_field": "search_engine", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Search_Engine_Optimisation", - "field": "thumbnail", - "related_collection": "directus_files", - "schema": { - "constraint_name": "search_engine_optimisation_thumbnail_foreign", - "table": "Search_Engine_Optimisation", - "column": "thumbnail", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "thumbnail", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Search_Engine_Optimisation", - "field": "user_created", + "collection": "Robots", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "search_engine_optimisation_user_created_foreign", - "table": "Search_Engine_Optimisation", - "column": "user_created", + "constraint_name": "robots_user_updated_foreign", + "table": "Robots", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18402,8 +19332,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "user_created", + "many_collection": "Robots", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18440,13 +19370,13 @@ } }, { - "collection": "Tags", - "field": "user_updated", + "collection": "Search_Engine_Optimisation", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "tags_user_updated_foreign", - "table": "Tags", - "column": "user_updated", + "constraint_name": "search_engine_optimisation_user_created_foreign", + "table": "Search_Engine_Optimisation", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18454,8 +19384,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Tags", - "many_field": "user_updated", + "many_collection": "Search_Engine_Optimisation", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18465,6 +19395,110 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Search_Engine_Optimisation", + "field": "thumbnail", + "related_collection": "directus_files", + "schema": { + "constraint_name": "search_engine_optimisation_thumbnail_foreign", + "table": "Search_Engine_Optimisation", + "column": "thumbnail", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "thumbnail", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "Blog_id", + "related_collection": "Blogs", + "schema": { + "constraint_name": "search_engine_optimisation_blog_id_foreign", + "table": "Search_Engine_Optimisation", + "column": "Blog_id", + "foreign_key_schema": "public", + "foreign_key_table": "Blogs", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "Blog_id", + "one_collection": "Blogs", + "one_field": "search_engine", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "Project_id", + "related_collection": "Projects", + "schema": { + "constraint_name": "search_engine_optimisation_project_id_foreign", + "table": "Search_Engine_Optimisation", + "column": "Project_id", + "foreign_key_schema": "public", + "foreign_key_table": "Projects", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "Project_id", + "one_collection": "Projects", + "one_field": "search_engine", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "Page_id", + "related_collection": "Pages", + "schema": { + "constraint_name": "search_engine_optimisation_page_id_foreign", + "table": "Search_Engine_Optimisation", + "column": "Page_id", + "foreign_key_schema": "public", + "foreign_key_table": "Pages", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "Page_id", + "one_collection": "Pages", + "one_field": "search_engine", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Tags", "field": "user_created", @@ -18492,64 +19526,12 @@ } }, { - "collection": "Upcoming_Event", - "field": "Upcoming_Events_id", - "related_collection": "Upcoming_Events", - "schema": { - "constraint_name": "upcoming_event_upcoming_events_id_foreign", - "table": "Upcoming_Event", - "column": "Upcoming_Events_id", - "foreign_key_schema": "public", - "foreign_key_table": "Upcoming_Events", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Upcoming_Event", - "many_field": "Upcoming_Events_id", - "one_collection": "Upcoming_Events", - "one_field": "events", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, - { - "collection": "Upcoming_Event", - "field": "thumbnail", - "related_collection": "directus_files", - "schema": { - "constraint_name": "upcoming_event_thumbnail_foreign", - "table": "Upcoming_Event", - "column": "thumbnail", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Upcoming_Event", - "many_field": "thumbnail", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Upcoming_Event", + "collection": "Tags", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "upcoming_event_user_updated_foreign", - "table": "Upcoming_Event", + "constraint_name": "tags_user_updated_foreign", + "table": "Tags", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -18558,7 +19540,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Upcoming_Event", + "many_collection": "Tags", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -18596,13 +19578,13 @@ } }, { - "collection": "Blog_Settings", - "field": "user_created", + "collection": "Upcoming_Event", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "blog_settings_user_created_foreign", - "table": "Blog_Settings", - "column": "user_created", + "constraint_name": "upcoming_event_user_updated_foreign", + "table": "Upcoming_Event", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18610,8 +19592,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Blog_Settings", - "many_field": "user_created", + "many_collection": "Upcoming_Event", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18621,6 +19603,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Upcoming_Event", + "field": "thumbnail", + "related_collection": "directus_files", + "schema": { + "constraint_name": "upcoming_event_thumbnail_foreign", + "table": "Upcoming_Event", + "column": "thumbnail", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Upcoming_Event", + "many_field": "thumbnail", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Upcoming_Event", + "field": "Upcoming_Events_id", + "related_collection": "Upcoming_Events", + "schema": { + "constraint_name": "upcoming_event_upcoming_events_id_foreign", + "table": "Upcoming_Event", + "column": "Upcoming_Events_id", + "foreign_key_schema": "public", + "foreign_key_table": "Upcoming_Events", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Upcoming_Event", + "many_field": "Upcoming_Events_id", + "one_collection": "Upcoming_Events", + "one_field": "events", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, { "collection": "Blog_Settings", "field": "user_updated", @@ -18648,13 +19682,13 @@ } }, { - "collection": "Blogs", - "field": "user_updated", + "collection": "Blog_Settings", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "blogs_user_updated_foreign", - "table": "Blogs", - "column": "user_updated", + "constraint_name": "blog_settings_user_created_foreign", + "table": "Blog_Settings", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18662,8 +19696,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Blogs", - "many_field": "user_updated", + "many_collection": "Blog_Settings", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18700,13 +19734,13 @@ } }, { - "collection": "Button", - "field": "user_created", + "collection": "Blogs", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "button_user_created_foreign", - "table": "Button", - "column": "user_created", + "constraint_name": "blogs_user_updated_foreign", + "table": "Blogs", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18714,8 +19748,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Button", - "many_field": "user_created", + "many_collection": "Blogs", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18752,12 +19786,12 @@ } }, { - "collection": "Humans", + "collection": "Button", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "humans_user_created_foreign", - "table": "Humans", + "constraint_name": "button_user_created_foreign", + "table": "Button", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -18766,7 +19800,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Humans", + "many_collection": "Button", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -18804,39 +19838,13 @@ } }, { - "collection": "Menu_Link_With_Icon", - "field": "icon", - "related_collection": "directus_files", - "schema": { - "constraint_name": "menu_link_with_icon_icon_foreign", - "table": "Menu_Link_With_Icon", - "column": "icon", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Menu_Link_With_Icon", - "many_field": "icon", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Menu_Link_With_Icon", - "field": "user_updated", + "collection": "Humans", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "menu_link_with_icon_user_updated_foreign", - "table": "Menu_Link_With_Icon", - "column": "user_updated", + "constraint_name": "humans_user_created_foreign", + "table": "Humans", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -18844,8 +19852,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Menu_Link_With_Icon", - "many_field": "user_updated", + "many_collection": "Humans", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -18882,28 +19890,54 @@ } }, { - "collection": "Projects_Tags", - "field": "Projects_id", - "related_collection": "Projects", + "collection": "Menu_Link_With_Icon", + "field": "user_updated", + "related_collection": "directus_users", "schema": { - "constraint_name": "projects_tags_projects_id_foreign", - "table": "Projects_Tags", - "column": "Projects_id", + "constraint_name": "menu_link_with_icon_user_updated_foreign", + "table": "Menu_Link_With_Icon", + "column": "user_updated", "foreign_key_schema": "public", - "foreign_key_table": "Projects", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "SET NULL" + "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Projects_Tags", - "many_field": "Projects_id", - "one_collection": "Projects", - "one_field": "tags", + "many_collection": "Menu_Link_With_Icon", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, "one_collection_field": null, "one_allowed_collections": null, - "junction_field": "Tags_id", - "sort_field": "sort", + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Menu_Link_With_Icon", + "field": "icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "menu_link_with_icon_icon_foreign", + "table": "Menu_Link_With_Icon", + "column": "icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Menu_Link_With_Icon", + "many_field": "icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, "one_deselect_action": "nullify" } }, @@ -18934,23 +19968,23 @@ } }, { - "collection": "Blogs_Tags", - "field": "Blogs_id", - "related_collection": "Blogs", + "collection": "Projects_Tags", + "field": "Projects_id", + "related_collection": "Projects", "schema": { - "constraint_name": "blogs_tags_blogs_id_foreign", - "table": "Blogs_Tags", - "column": "Blogs_id", + "constraint_name": "projects_tags_projects_id_foreign", + "table": "Projects_Tags", + "column": "Projects_id", "foreign_key_schema": "public", - "foreign_key_table": "Blogs", + "foreign_key_table": "Projects", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, "meta": { - "many_collection": "Blogs_Tags", - "many_field": "Blogs_id", - "one_collection": "Blogs", + "many_collection": "Projects_Tags", + "many_field": "Projects_id", + "one_collection": "Projects", "one_field": "tags", "one_collection_field": null, "one_allowed_collections": null, @@ -18986,28 +20020,54 @@ } }, { - "collection": "Menu_Column", - "field": "Menu_id", - "related_collection": "Menu", + "collection": "Blogs_Tags", + "field": "Blogs_id", + "related_collection": "Blogs", "schema": { - "constraint_name": "menu_column_menu_id_foreign", - "table": "Menu_Column", - "column": "Menu_id", + "constraint_name": "blogs_tags_blogs_id_foreign", + "table": "Blogs_Tags", + "column": "Blogs_id", "foreign_key_schema": "public", - "foreign_key_table": "Menu", + "foreign_key_table": "Blogs", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, + "meta": { + "many_collection": "Blogs_Tags", + "many_field": "Blogs_id", + "one_collection": "Blogs", + "one_field": "tags", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": "Tags_id", + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Menu_Column", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_column_user_created_foreign", + "table": "Menu_Column", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, "meta": { "many_collection": "Menu_Column", - "many_field": "Menu_id", - "one_collection": "Menu", + "many_field": "user_created", + "one_collection": "directus_users", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, "junction_field": null, - "sort_field": "sort", + "sort_field": null, "one_deselect_action": "nullify" } }, @@ -19039,11 +20099,37 @@ }, { "collection": "Menu_Column", + "field": "Menu_id", + "related_collection": "Menu", + "schema": { + "constraint_name": "menu_column_menu_id_foreign", + "table": "Menu_Column", + "column": "Menu_id", + "foreign_key_schema": "public", + "foreign_key_table": "Menu", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Menu_Column", + "many_field": "Menu_id", + "one_collection": "Menu", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Project_Settings", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "menu_column_user_created_foreign", - "table": "Menu_Column", + "constraint_name": "project_settings_user_created_foreign", + "table": "Project_Settings", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19052,7 +20138,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Menu_Column", + "many_collection": "Project_Settings", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -19089,58 +20175,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Project_Settings", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "project_settings_user_created_foreign", - "table": "Project_Settings", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Project_Settings", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Projects", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "projects_user_created_foreign", - "table": "Projects", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Projects", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Projects", "field": "user_updated", @@ -19168,38 +20202,12 @@ } }, { - "collection": "Hero", - "field": "background_image", - "related_collection": "directus_files", - "schema": { - "constraint_name": "hero_background_image_foreign", - "table": "Hero", - "column": "background_image", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Hero", - "many_field": "background_image", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Hero", + "collection": "Projects", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "hero_user_created_foreign", - "table": "Hero", + "constraint_name": "projects_user_created_foreign", + "table": "Projects", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19208,7 +20216,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Hero", + "many_collection": "Projects", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -19246,28 +20254,54 @@ } }, { - "collection": "Photo_Albums_Photo_Categories", - "field": "Photo_Albums_id", - "related_collection": "Photo_Albums", + "collection": "Hero", + "field": "user_created", + "related_collection": "directus_users", "schema": { - "constraint_name": "photo_albums_photo_categories_photo_albums_id_foreign", - "table": "Photo_Albums_Photo_Categories", - "column": "Photo_Albums_id", + "constraint_name": "hero_user_created_foreign", + "table": "Hero", + "column": "user_created", "foreign_key_schema": "public", - "foreign_key_table": "Photo_Albums", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "SET NULL" + "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo_Albums_Photo_Categories", - "many_field": "Photo_Albums_id", - "one_collection": "Photo_Albums", - "one_field": "category", + "many_collection": "Hero", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, "one_collection_field": null, "one_allowed_collections": null, - "junction_field": "Photo_Categories_id", - "sort_field": "sort", + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Hero", + "field": "background_image", + "related_collection": "directus_files", + "schema": { + "constraint_name": "hero_background_image_foreign", + "table": "Hero", + "column": "background_image", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Hero", + "many_field": "background_image", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, "one_deselect_action": "nullify" } }, @@ -19298,23 +20332,49 @@ } }, { - "collection": "Photo_Categories", - "field": "thumbnail", - "related_collection": "directus_files", + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Albums_id", + "related_collection": "Photo_Albums", "schema": { - "constraint_name": "photo_categories_thumbnail_foreign", - "table": "Photo_Categories", - "column": "thumbnail", + "constraint_name": "photo_albums_photo_categories_photo_albums_id_foreign", + "table": "Photo_Albums_Photo_Categories", + "column": "Photo_Albums_id", "foreign_key_schema": "public", - "foreign_key_table": "directus_files", + "foreign_key_table": "Photo_Albums", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Photo_Albums_Photo_Categories", + "many_field": "Photo_Albums_id", + "one_collection": "Photo_Albums", + "one_field": "category", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": "Photo_Categories_id", + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Categories", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_categories_user_created_foreign", + "table": "Photo_Categories", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "NO ACTION" }, "meta": { "many_collection": "Photo_Categories", - "many_field": "thumbnail", - "one_collection": "directus_files", + "many_field": "user_created", + "one_collection": "directus_users", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -19351,11 +20411,37 @@ }, { "collection": "Photo_Categories", + "field": "thumbnail", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_categories_thumbnail_foreign", + "table": "Photo_Categories", + "column": "thumbnail", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Categories", + "many_field": "thumbnail", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Website_Settings", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "photo_categories_user_created_foreign", - "table": "Photo_Categories", + "constraint_name": "website_settings_user_created_foreign", + "table": "Website_Settings", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19364,7 +20450,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo_Categories", + "many_collection": "Website_Settings", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -19402,12 +20488,12 @@ } }, { - "collection": "Website_Settings", + "collection": "Sitemap_Settings", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "website_settings_user_created_foreign", - "table": "Website_Settings", + "constraint_name": "sitemap_settings_user_created_foreign", + "table": "Sitemap_Settings", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19416,7 +20502,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Website_Settings", + "many_collection": "Sitemap_Settings", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -19454,12 +20540,12 @@ } }, { - "collection": "Sitemap_Settings", + "collection": "Text_With_Side_Image", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "sitemap_settings_user_created_foreign", - "table": "Sitemap_Settings", + "constraint_name": "text_with_side_image_user_created_foreign", + "table": "Text_With_Side_Image", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19468,7 +20554,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Sitemap_Settings", + "many_collection": "Text_With_Side_Image", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -19479,32 +20565,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Text_With_Side_Image", - "field": "image", - "related_collection": "directus_files", - "schema": { - "constraint_name": "text_with_side_image_image_foreign", - "table": "Text_With_Side_Image", - "column": "image", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Text_With_Side_Image", - "many_field": "image", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Text_With_Side_Image", "field": "user_updated", @@ -19533,11 +20593,37 @@ }, { "collection": "Text_With_Side_Image", + "field": "image", + "related_collection": "directus_files", + "schema": { + "constraint_name": "text_with_side_image_image_foreign", + "table": "Text_With_Side_Image", + "column": "image", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Text_With_Side_Image", + "many_field": "image", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Wall_Of_Text", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "text_with_side_image_user_created_foreign", - "table": "Text_With_Side_Image", + "constraint_name": "wall_of_text_user_created_foreign", + "table": "Wall_Of_Text", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19546,7 +20632,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Text_With_Side_Image", + "many_collection": "Wall_Of_Text", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -19584,13 +20670,13 @@ } }, { - "collection": "Wall_Of_Text", - "field": "user_created", + "collection": "Frequently_Asked_Questions", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "wall_of_text_user_created_foreign", - "table": "Wall_Of_Text", - "column": "user_created", + "constraint_name": "frequently_asked_questions_user_updated_foreign", + "table": "Frequently_Asked_Questions", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -19598,8 +20684,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Wall_Of_Text", - "many_field": "user_created", + "many_collection": "Frequently_Asked_Questions", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -19635,58 +20721,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Frequently_Asked_Questions", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "frequently_asked_questions_user_updated_foreign", - "table": "Frequently_Asked_Questions", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Frequently_Asked_Questions", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Upcoming_Events", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "upcoming_events_user_updated_foreign", - "table": "Upcoming_Events", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Upcoming_Events", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Upcoming_Events", "field": "user_created", @@ -19714,12 +20748,12 @@ } }, { - "collection": "Equipment_Table", + "collection": "Upcoming_Events", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "equipment_table_user_updated_foreign", - "table": "Equipment_Table", + "constraint_name": "upcoming_events_user_updated_foreign", + "table": "Upcoming_Events", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19728,7 +20762,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Equipment_Table", + "many_collection": "Upcoming_Events", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -19765,6 +20799,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Equipment_Table", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "equipment_table_user_updated_foreign", + "table": "Equipment_Table", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Equipment_Table", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Review_List", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "review_list_user_updated_foreign", + "table": "Review_List", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Review_List", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Review_List", "field": "user_created", @@ -19792,12 +20878,38 @@ } }, { - "collection": "Review_List", + "collection": "Contact", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "contact_user_created_foreign", + "table": "Contact", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Contact", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Contact", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "review_list_user_updated_foreign", - "table": "Review_List", + "constraint_name": "contact_user_updated_foreign", + "table": "Contact", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19806,7 +20918,33 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Review_List", + "many_collection": "Contact", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Last_Blogs", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "last_blogs_user_updated_foreign", + "table": "Last_Blogs", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Last_Blogs", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -19844,12 +20982,12 @@ } }, { - "collection": "Last_Blogs", + "collection": "Last_Projects", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "last_blogs_user_updated_foreign", - "table": "Last_Blogs", + "constraint_name": "last_projects_user_updated_foreign", + "table": "Last_Projects", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -19858,7 +20996,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Last_Blogs", + "many_collection": "Last_Projects", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -19896,13 +21034,13 @@ } }, { - "collection": "Last_Projects", - "field": "user_updated", + "collection": "Last_Galleries", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "last_projects_user_updated_foreign", - "table": "Last_Projects", - "column": "user_updated", + "constraint_name": "last_galleries_user_created_foreign", + "table": "Last_Galleries", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -19910,8 +21048,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Last_Projects", - "many_field": "user_updated", + "many_collection": "Last_Galleries", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -19946,32 +21084,6 @@ "sort_field": null, "one_deselect_action": "nullify" } - }, - { - "collection": "Last_Galleries", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "last_galleries_user_created_foreign", - "table": "Last_Galleries", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Last_Galleries", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } } ] } \ No newline at end of file