ash_postgres/priv/resource_snapshots/test_repo/integer_posts/20211113185741.json

37 lines
799 B
JSON
Raw Normal View History

{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": true,
"name": "id",
"primary_key?": true,
"references": null,
2021-11-14 07:55:49 +13:00
"size": null,
"type": "bigint"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "title",
"primary_key?": false,
"references": null,
2021-11-14 07:55:49 +13:00
"size": null,
"type": "text"
}
],
"base_filter": null,
"check_constraints": [],
2021-11-14 07:55:49 +13:00
"custom_indexes": [],
"has_create_action": true,
2021-11-14 07:55:49 +13:00
"hash": "E3461F76157BAFC641559808C6976C637B7660DF3A28E6D560F07E5C7086FE84",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"table": "integer_posts"
}