ash_admin/priv/resource_snapshots/repo/representative_comments/20210321172254.json
Zach Daniel 3061793e41 feat: support fully managed relationships
fix: various fixes
2021-03-21 21:46:46 -04:00

83 lines
No EOL
1.8 KiB
JSON

{
"attributes": [
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "comment",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "commenting_customer_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "users"
},
"type": "uuid"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "commenting_representative_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "users"
},
"type": "uuid"
},
{
"allow_nil?": false,
"default": "fragment(\"uuid_generate_v4()\")",
"generated?": false,
"name": "id",
"primary_key?": true,
"references": null,
"type": "uuid"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "resource_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "users"
},
"type": "uuid"
}
],
"base_filter": null,
"hash": "B884E50AFCF424B337A925E64BD1A5CBEB053A1E22569B72A3F3CD1678B070CC",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.Demo.Repo",
"table": "representative_comments"
}