ash_sqlite/priv/resource_snapshots/test_repo/post_ratings/20231010194238.json
2023-10-10 15:42:51 -04:00

62 lines
No EOL
1.4 KiB
JSON

{
"attributes": [
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "id",
"references": null,
"allow_nil?": false,
"generated?": false,
"primary_key?": true
},
{
"default": "nil",
"size": null,
"type": "bigint",
"source": "score",
"references": null,
"allow_nil?": true,
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "resource_id",
"references": {
"name": "post_ratings_resource_id_fkey",
"table": "posts",
"on_delete": null,
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"primary_key?": true,
"destination_attribute": "id",
"deferrable": false,
"on_update": null,
"destination_attribute_default": "nil",
"destination_attribute_generated": false
},
"allow_nil?": true,
"generated?": false,
"primary_key?": false
}
],
"table": "post_ratings",
"hash": "42FE177E401874AB5A6E63A08D8A08143DB0FB1BBAE39DACEB3FBF88FD15E76F",
"repo": "Elixir.AshSqlite.TestRepo",
"identities": [],
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"base_filter": null,
"custom_indexes": [],
"custom_statements": [],
"has_create_action": true
}