ash_postgres/priv/resource_snapshots/test_repo/comment_ratings/20220805191443.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2021-04-22 05:49:53 +12:00
{
"attributes": [
{
"allow_nil?": false,
"default": "fragment(\"uuid_generate_v4()\")",
"generated?": false,
"primary_key?": true,
"references": null,
2021-11-14 07:55:49 +13:00
"size": null,
"source": "id",
2021-04-22 05:49:53 +12:00
"type": "uuid"
},
2021-11-14 07:55:49 +13:00
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
"source": "score",
2021-11-14 07:55:49 +13:00
"type": "bigint"
},
2021-04-22 05:49:53 +12:00
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": {
"destination_field": "id",
"destination_field_default": "fragment(\"uuid_generate_v4()\")",
"destination_field_generated": null,
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
2021-11-14 07:55:49 +13:00
"name": "comment_ratings_resource_id_fkey",
2021-04-22 05:49:53 +12:00
"on_delete": null,
"on_update": null,
"schema": null,
2021-04-22 05:49:53 +12:00
"table": "comments"
},
2021-11-14 07:55:49 +13:00
"size": null,
"source": "resource_id",
2021-04-22 05:49:53 +12:00
"type": "uuid"
}
],
"base_filter": null,
"check_constraints": [],
2021-11-14 07:55:49 +13:00
"custom_indexes": [],
"custom_statements": [],
2021-04-22 05:49:53 +12:00
"has_create_action": true,
"hash": "1A9429890022D35C78F50A151E68845AD6B609A96CD625ED8406875D64C8C1CB",
2021-04-22 05:49:53 +12:00
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"schema": null,
2021-04-22 05:49:53 +12:00
"table": "comment_ratings"
}