ash_admin/dev/resource_snapshots/repo/ticket_links/20210416131905.json

57 lines
1.2 KiB
JSON
Raw Normal View History

{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "destination_id",
"primary_key?": true,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "tickets"
},
"type": "uuid"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "source_id",
"primary_key?": true,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "tickets"
},
"type": "uuid"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "type",
"primary_key?": false,
"references": null,
"type": "text"
}
],
"base_filter": null,
"hash": "DF68E19931FD501968359AD5E18F6366F494A39E658968C708E2522B3BC9C81C",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.Demo.Repo",
"table": "ticket_links"
}