ash_admin/priv/resource_snapshots/repo/tickets/20210315182310.json

93 lines
2 KiB
JSON
Raw Normal View History

2021-03-16 15:25:03 +13:00
{
"attributes": [
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "description",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "fragment(\"uuid_generate_v4()\")",
"generated?": false,
"name": "id",
"primary_key?": true,
"references": null,
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"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",
"generated?": false,
"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",
"generated?": false,
"name": "response",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "status",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "subject",
"primary_key?": false,
"references": null,
"type": "text"
}
],
"base_filter": null,
"hash": "A4FB55D26D6B07155EAB105F249ABFD3A20952BBC684721738564C43B67993E4",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.Demo.Repo",
"table": "tickets"
}