ash_postgres/priv/resource_snapshots/test_repo/post_links/20220805191443.json
Zach Daniel eb2bd267cb improvement: fix typecasting for calculations & embed access
chore: rebuild test migrations
2022-08-05 15:27:22 -04:00

67 lines
No EOL
1.6 KiB
JSON

{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"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,
"schema": "public",
"table": "posts"
},
"size": null,
"source": "source_post_id",
"type": "uuid"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"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,
"schema": "public",
"table": "posts"
},
"size": null,
"source": "destination_post_id",
"type": "uuid"
}
],
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"custom_statements": [],
"has_create_action": true,
"hash": "DDDF49805CB45979E1AD9BD904AA40B17C6EDE490566A1AF50EF2C6E5E7E3447",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"schema": null,
"table": "post_links"
}