ash_postgres/priv/resource_snapshots/test_repo/entities/20240109160153.json

59 lines
1.3 KiB
JSON
Raw Normal View History

{
"attributes": [
{
"default": "fragment(\"uuid_generate_v4()\")",
"size": null,
"type": "uuid",
"source": "id",
"references": null,
"allow_nil?": false,
"generated?": false,
"primary_key?": true
},
{
"default": "nil",
"size": null,
"type": "text",
"source": "full_name",
"references": null,
"allow_nil?": false,
"generated?": false,
"primary_key?": false
},
{
"default": "fragment(\"now()\")",
"size": null,
"type": "utc_datetime_usec",
"source": "inserted_at",
"references": null,
"allow_nil?": false,
"generated?": false,
"primary_key?": false
},
{
"default": "fragment(\"now()\")",
"size": null,
"type": "utc_datetime_usec",
"source": "updated_at",
"references": null,
"allow_nil?": false,
"generated?": false,
"primary_key?": false
}
],
"table": "entities",
"hash": "B3F53BBC4C888000775A43EBF4B52EA9CFCF37C82A9F1FF50BBDEDB78015DC54",
"repo": "Elixir.AshPostgres.TestRepo",
"identities": [],
"schema": null,
"check_constraints": [],
"custom_indexes": [],
"base_filter": null,
"multitenancy": {
"global": null,
"attribute": null,
"strategy": null
},
"custom_statements": [],
"has_create_action": false
}