ash_hq/priv/resource_snapshots/repo/guides/20220327044138.json

80 lines
1.8 KiB
JSON
Raw Normal View History

2022-03-26 10:17:01 +13:00
{
"attributes": [
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"primary_key?": true,
"references": null,
"size": null,
"source": "id",
"type": "uuid"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
2022-03-28 10:26:35 +13:00
"source": "order",
"type": "bigint"
2022-03-26 10:17:01 +13:00
},
{
2022-03-28 10:26:35 +13:00
"allow_nil?": false,
2022-03-26 10:17:01 +13:00
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
2022-03-28 10:26:35 +13:00
"source": "name",
"type": "text"
2022-03-26 10:17:01 +13:00
},
{
2022-03-28 10:26:35 +13:00
"allow_nil?": false,
"default": "nil",
2022-03-26 10:17:01 +13:00
"generated?": false,
"primary_key?": false,
"references": null,
"size": null,
2022-03-28 10:26:35 +13:00
"source": "text",
"type": "text"
2022-03-26 10:17:01 +13:00
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"primary_key?": false,
"references": {
"destination_field": "id",
"destination_field_default": null,
"destination_field_generated": null,
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
2022-03-28 10:26:35 +13:00
"name": "guides_library_version_id_fkey",
2022-03-26 10:17:01 +13:00
"on_delete": null,
"on_update": null,
2022-03-28 10:26:35 +13:00
"table": "library_versions"
2022-03-26 10:17:01 +13:00
},
"size": null,
2022-03-28 10:26:35 +13:00
"source": "library_version_id",
2022-03-26 10:17:01 +13:00
"type": "uuid"
}
],
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"has_create_action": true,
2022-03-28 10:26:35 +13:00
"hash": "449939A40828B1375D0659D2BD6830679D3EFA5639D095E443CEF11B57D2A2F1",
2022-03-26 10:17:01 +13:00
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.AshHq.Repo",
2022-03-28 10:26:35 +13:00
"table": "guides"
2022-03-26 10:17:01 +13:00
}