ash_admin/dev/resource_snapshots/repo/representative_comments/20231121062843.json

117 lines
No EOL
3 KiB
JSON

{
"attributes": [
{
"default": "fragment(\"uuid_generate_v4()\")",
"size": null,
"type": "uuid",
"source": "id",
"references": null,
"allow_nil?": false,
"generated?": false,
"primary_key?": true
},
{
"default": "nil",
"size": null,
"type": "text",
"source": "comment",
"references": null,
"allow_nil?": true,
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "resource_id",
"references": {
"name": "representative_comments_resource_id_fkey",
"table": "users",
"schema": null,
"multitenancy": {
"global": null,
"strategy": null,
"attribute": null
},
"primary_key?": true,
"on_delete": null,
"destination_attribute": "id",
"deferrable": false,
"on_update": null,
"destination_attribute_default": "fragment(\"uuid_generate_v4()\")",
"destination_attribute_generated": false
},
"allow_nil?": false,
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "commenting_customer_id",
"references": {
"name": "representative_comments_commenting_customer_id_fkey",
"table": "users",
"schema": "public",
"multitenancy": {
"global": null,
"strategy": null,
"attribute": null
},
"primary_key?": true,
"on_delete": null,
"destination_attribute": "id",
"deferrable": false,
"on_update": null,
"destination_attribute_default": null,
"destination_attribute_generated": null
},
"allow_nil?": true,
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "commenting_representative_id",
"references": {
"name": "representative_comments_commenting_representative_id_fkey",
"table": "users",
"schema": "public",
"multitenancy": {
"global": null,
"strategy": null,
"attribute": null
},
"primary_key?": true,
"on_delete": null,
"destination_attribute": "id",
"deferrable": false,
"on_update": null,
"destination_attribute_default": null,
"destination_attribute_generated": null
},
"allow_nil?": true,
"generated?": false,
"primary_key?": false
}
],
"table": "representative_comments",
"hash": "EADC55C143D4BD12895BDB4201A3E1289DCAB1BE28EDA835B9D29D248BE82AA7",
"repo": "Elixir.Demo.Repo",
"schema": null,
"identities": [],
"multitenancy": {
"global": null,
"strategy": null,
"attribute": null
},
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"custom_statements": [],
"has_create_action": true
}