ash_postgres/priv/resource_snapshots/test_repo/comments/20210224144011.json

49 lines
1 KiB
JSON
Raw Normal View History

{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "id",
"primary_key?": true,
"references": null,
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "post_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "posts"
},
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "title",
"primary_key?": false,
"references": null,
"type": "text"
}
],
"base_filter": null,
"hash": "ADEA9DE69551188FE4452AF7C4F88AE5D5C71016BD26ECFB78A04B45F26BC6AD",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"table": "comments"
}