ash_postgres/priv/resource_snapshots/test_repo/post_links/20211113040220.json
2021-11-13 13:57:00 -05:00

63 lines
No EOL
1.5 KiB
JSON

{
"attributes": [
{
"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"
},
"size": null,
"type": "uuid"
},
{
"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"
},
"size": null,
"type": "uuid"
}
],
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"has_create_action": true,
"hash": "0D9FE5CA8E70DB6AD89F7AB5C1904C965D7AC49F466F959EF1A354D298C190EE",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"table": "post_links"
}