ash_hq/priv/resource_snapshots/repo/extensions/20240112173955.json
2024-01-12 12:43:25 -05:00

87 lines
No EOL
2.1 KiB
JSON

{
"attributes": [
{
"default": "fragment(\"uuid_generate_v4()\")",
"size": null,
"type": "uuid",
"source": "id",
"references": null,
"allow_nil?": false,
"primary_key?": true,
"generated?": false
},
{
"default": "nil",
"size": null,
"type": "text",
"source": "module",
"references": null,
"allow_nil?": true,
"primary_key?": false,
"generated?": false
},
{
"default": "fragment(\"now()\")",
"size": null,
"type": "utc_datetime_usec",
"source": "inserted_at",
"references": null,
"allow_nil?": false,
"primary_key?": false,
"generated?": false
},
{
"default": "fragment(\"now()\")",
"size": null,
"type": "utc_datetime_usec",
"source": "updated_at",
"references": null,
"allow_nil?": false,
"primary_key?": false,
"generated?": false
},
{
"default": "nil",
"size": null,
"type": "uuid",
"source": "library_version_id",
"references": {
"name": "extensions_library_version_id_fkey",
"table": "library_versions",
"on_delete": "delete",
"on_update": null,
"destination_attribute": "id",
"schema": "public",
"primary_key?": true,
"multitenancy": {
"global": null,
"strategy": null,
"attribute": null
},
"deferrable": false,
"match_with": null,
"match_type": null,
"destination_attribute_default": null,
"destination_attribute_generated": null
},
"allow_nil?": true,
"primary_key?": false,
"generated?": false
}
],
"table": "extensions",
"hash": "342949CF68C6CCA6EE1C76E5ABA5AEC7C63E064927FF427DCA0B2DE4A255271B",
"repo": "Elixir.AshHq.Repo",
"identities": [],
"schema": null,
"base_filter": null,
"check_constraints": [],
"custom_indexes": [],
"multitenancy": {
"global": null,
"strategy": null,
"attribute": null
},
"custom_statements": [],
"has_create_action": true
}