ash_admin/dev/resource_snapshots/repo/tickets.json
Zach Daniel 53e0d5b4ef WIP
2020-12-08 01:22:24 -05:00

86 lines
No EOL
1.8 KiB
JSON

{
"attributes": [
{
"allow_nil?": true,
"default": "nil",
"name": "description",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": true,
"default": "fragment(\"uuid_generate_v4()\")",
"name": "id",
"primary_key?": true,
"references": null,
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"name": "reporter_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "users"
},
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"name": "representative_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": "first_name",
"global": false,
"strategy": "attribute"
},
"table": "users"
},
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"name": "response",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"name": "status",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"name": "subject",
"primary_key?": false,
"references": null,
"type": "text"
}
],
"base_filter": null,
"hash": "553696504BDFF316A6961607376EF5061E24D74677C4FFF17ACEC88DCD60DFC5",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.Demo.Repo",
"table": "tickets"
}