ash_sqlite/priv/resource_snapshots/test_repo/users/20230923051130.json
2023-09-23 01:32:12 -04:00

62 lines
No EOL
1.4 KiB
JSON

{
"attributes": [
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "id",
"references": null,
"primary_key?": true,
"allow_nil?": false,
"generated?": false
},
{
"default": "nil",
"size": null,
"type": "boolean",
"source": "is_active",
"references": null,
"primary_key?": false,
"allow_nil?": true,
"generated?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "organization_id",
"references": {
"name": "users_organization_id_fkey",
"table": "orgs",
"on_delete": null,
"on_update": null,
"destination_attribute_generated": null,
"destination_attribute_default": null,
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"destination_attribute": "id",
"primary_key?": true,
"deferrable": false
},
"primary_key?": false,
"allow_nil?": true,
"generated?": false
}
],
"table": "users",
"hash": "EBC30A0BFC23F11FEBED0038376C50027BEAF7FFE7B896CCFD20A09F37B39617",
"repo": "Elixir.AshSqlite.TestRepo",
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"custom_indexes": [],
"base_filter": null,
"identities": [],
"custom_statements": [],
"has_create_action": true
}