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

39 lines
No EOL
848 B
JSON

{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": true,
"primary_key?": true,
"references": null,
"size": null,
"source": "id",
"type": "bigint"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
"source": "title",
"type": "text"
}
],
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"custom_statements": [],
"has_create_action": true,
"hash": "E80C3698D988583B16B138E9284007879243E51F9551BD356D1D77648CF8D45A",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"schema": null,
"table": "integer_posts"
}