ash_postgres/priv/resource_snapshots/test_repo/posts.json
2020-09-10 20:26:47 -04:00

40 lines
No EOL
868 B
JSON

{
"attributes": [
{
"allow_nil?": true,
"default": "fragment(\"uuid_generate_v4()\")",
"name": "id",
"primary_key?": true,
"references": null,
"type": "binary_id"
},
{
"allow_nil?": true,
"default": "nil",
"name": "public",
"primary_key?": false,
"references": null,
"type": "boolean"
},
{
"allow_nil?": true,
"default": "nil",
"name": "score",
"primary_key?": false,
"references": null,
"type": "integer"
},
{
"allow_nil?": true,
"default": "nil",
"name": "title",
"primary_key?": false,
"references": null,
"type": "text"
}
],
"hash": "4FC884968613A0BE533B06EB9633207611530A717FD30F665FCC40EFC9057B3C",
"identities": [],
"repo": "Elixir.AshPostgres.TestRepo",
"table": "posts"
}