ash_postgres/priv/resource_snapshots/test_repo/post_links/20210429201538.json
2021-04-29 17:31:34 -04:00

60 lines
No EOL
1.5 KiB
JSON

{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "destination_post_id",
"primary_key?": true,
"references": {
"destination_field": "id",
"destination_field_default": null,
"destination_field_generated": null,
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"name": "post_links_destination_post_id_fkey",
"on_delete": null,
"on_update": null,
"table": "posts"
},
"type": "uuid"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "source_post_id",
"primary_key?": true,
"references": {
"destination_field": "id",
"destination_field_default": null,
"destination_field_generated": null,
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"name": "post_links_source_post_id_fkey",
"on_delete": null,
"on_update": null,
"table": "posts"
},
"type": "uuid"
}
],
"base_filter": null,
"check_constraints": [],
"has_create_action": true,
"hash": "5BE6D0ABC5C1DA380CFA9926BDC9C1544E4FA4699D9ABE49C16E1E004B4E270A",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"table": "post_links"
}