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

59 lines
1.3 KiB
JSON
Raw Normal View History

2022-02-08 10:48:36 +13:00
{
"attributes": [
{
"allow_nil?": false,
"default": "fragment(\"uuid_generate_v4()\")",
"generated?": false,
"primary_key?": true,
"references": null,
"size": null,
"source": "id",
2022-02-08 10:48:36 +13:00
"type": "uuid"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
"source": "first_name",
2022-02-08 10:48:36 +13:00
"type": "text"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
"source": "last_name",
2022-02-08 10:48:36 +13:00
"type": "text"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
"source": "bio",
2022-02-08 10:48:36 +13:00
"type": "map"
}
],
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"custom_statements": [],
2022-02-08 10:48:36 +13:00
"has_create_action": true,
"hash": "FD1ACF51CCB925CEE62081C1F1A66091E440ABB26C010F192BED33C2E27055CB",
2022-02-08 10:48:36 +13:00
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshPostgres.TestRepo",
"schema": null,
2022-02-08 10:48:36 +13:00
"table": "authors"
}