ash_sqlite/priv/resource_snapshots/test_repo/comments/20231010194238.json

117 lines
2.7 KiB
JSON
Raw Normal View History

{
"attributes": [
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "id",
"references": null,
"allow_nil?": false,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": true
},
{
"default": "nil",
"size": null,
"type": "text",
"source": "title",
"references": null,
"allow_nil?": true,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "bigint",
"source": "likes",
"references": null,
"allow_nil?": true,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "utc_datetime_usec",
"source": "arbitrary_timestamp",
"references": null,
"allow_nil?": true,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "utc_datetime_usec",
"source": "created_at",
"references": null,
"allow_nil?": false,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "post_id",
"references": {
"name": "special_name_fkey",
"table": "posts",
"on_delete": "delete",
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"primary_key?": true,
2023-10-11 08:42:51 +13:00
"destination_attribute": "id",
"deferrable": false,
"on_update": "update",
"destination_attribute_default": null,
"destination_attribute_generated": null
},
"allow_nil?": true,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "author_id",
"references": {
"name": "comments_author_id_fkey",
"table": "authors",
"on_delete": null,
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"primary_key?": true,
2023-10-11 08:42:51 +13:00
"destination_attribute": "id",
"deferrable": false,
"on_update": null,
"destination_attribute_default": null,
"destination_attribute_generated": null
},
"allow_nil?": true,
2023-10-11 08:42:51 +13:00
"generated?": false,
"primary_key?": false
}
],
"table": "comments",
2023-10-11 08:42:51 +13:00
"hash": "44EA78C43D6E608ECAF98DC52C2763B4A06A37E689C1CDCEB9C65C58105C718B",
"repo": "Elixir.AshSqlite.TestRepo",
2023-10-11 08:42:51 +13:00
"identities": [],
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"base_filter": null,
2023-10-11 08:42:51 +13:00
"custom_indexes": [],
"custom_statements": [],
"has_create_action": true
}