Current section

Files

Jump to
ash_admin priv resource_snapshots repo tickets 20210329174407.json
Raw

priv/resource_snapshots/repo/tickets/20210329174407.json

{
"attributes": [
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "description",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "fragment(\"uuid_generate_v4()\")",
"generated?": false,
"name": "id",
"primary_key?": true,
"references": null,
"type": "uuid"
},
{
"allow_nil?": false,
"default": "fragment(\"now()\")",
"generated?": false,
"name": "inserted_at",
"primary_key?": false,
"references": null,
"type": "utc_datetime_usec"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "organization_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "organizations"
},
"type": "uuid"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "reporter_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "users"
},
"type": "uuid"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "representative_id",
"primary_key?": false,
"references": {
"destination_field": "id",
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"table": "users"
},
"type": "uuid"
},
{
"allow_nil?": true,
"default": "nil",
"generated?": false,
"name": "response",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "status",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "nil",
"generated?": false,
"name": "subject",
"primary_key?": false,
"references": null,
"type": "text"
},
{
"allow_nil?": false,
"default": "fragment(\"now()\")",
"generated?": false,
"name": "updated_at",
"primary_key?": false,
"references": null,
"type": "utc_datetime_usec"
}
],
"base_filter": null,
"hash": "A0ACB17EA0ACC5A47B46E5DA27572155124F75B3045725247BD26D4E6A16E23F",
"identities": [],
"multitenancy": {
"attribute": null,
"global": null,
"strategy": null
},
"repo": "Elixir.Demo.Repo",
"table": "tickets"
}