ash_postgres/priv/resource_snapshots/test_repo/post_links/20221202194704.json
2022-12-04 13:39:58 -05:00

87 lines
No EOL
2.1 KiB
JSON

{
"attributes": [
{
"allow_nil?": true,
"default": "\"active\"",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
"source": "state",
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"primary_key?": true,
"references": {
"destination_attribute": "id",
"destination_attribute_default": null,
"destination_attribute_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_attribute": "id",
"destination_attribute_default": null,
"destination_attribute_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": "F07B0B19A2D2CA27E9C3C5F03F0A85B8938BFD548A7617F463DFED6D6CC86F7D",
"identities": [
{
"base_filter": null,
"index_name": "post_links_unique_link_index",
"keys": [
"source_post_id",
"destination_post_id"
],
"name": "unique_link"
}
],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"schema": null,
"table": "post_links"
}