{ "attributes": [ { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "sanitized_path", "type": "text" }, { "allow_nil?": false, "default": "fragment(\"uuid_generate_v4()\")", "generated?": false, "primary_key?": true, "references": null, "size": null, "source": "id", "type": "uuid" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "name", "type": "text" }, { "allow_nil?": false, "default": "\"\"", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "doc", "type": "text" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "doc_html", "type": "text" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "imports", "type": [ "array", "text" ] }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "examples", "type": [ "array", "text" ] }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "args", "type": [ "array", "text" ] }, { "allow_nil?": true, "default": "[]", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "optional_args", "type": [ "array", "text" ] }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "arg_defaults", "type": "map" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "path", "type": [ "array", "text" ] }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "recursive_as", "type": "text" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "order", "type": "bigint" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "type", "type": "text" }, { "allow_nil?": false, "default": "fragment(\"now()\")", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "inserted_at", "type": "utc_datetime_usec" }, { "allow_nil?": false, "default": "fragment(\"now()\")", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "updated_at", "type": "utc_datetime_usec" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "dsls_library_version_id_fkey", "on_delete": "delete", "on_update": null, "schema": "public", "table": "library_versions" }, "size": null, "source": "library_version_id", "type": "uuid" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "dsls_extension_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "extensions" }, "size": null, "source": "extension_id", "type": "uuid" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "dsls_dsl_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "dsls" }, "size": null, "source": "dsl_id", "type": "uuid" } ], "base_filter": null, "check_constraints": [], "custom_indexes": [ { "concurrently": false, "fields": [ "searchable" ], "include": null, "message": null, "name": null, "prefix": null, "table": null, "unique": false, "using": "GIN", "where": null } ], "custom_statements": [ { "code?": false, "down": "ALTER TABLE dsls\n DROP COLUMN searchable\n", "name": "search_column", "up": "ALTER TABLE dsls\n ADD COLUMN searchable tsvector\n GENERATED ALWAYS AS (\n setweight(to_tsvector('english', name), 'A') ||\n setweight(to_tsvector('english', doc), 'D')\n ) STORED;\n" } ], "has_create_action": true, "hash": "C3D66DEFFDA31DE38CD04E8EF465D868C28E6E2A63350E4FFBAC7BC8D374E8B7", "identities": [], "multitenancy": { "attribute": null, "global": null, "strategy": null }, "repo": "Elixir.AshHq.Repo", "schema": null, "table": "dsls" }