{ "db_name": "PostgreSQL", "query": "\n INSERT INTO library_blocks (organization_id, created_by, name, description, block_type, block_data, tags)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n RETURNING id, organization_id, created_by, name, description, block_type, block_data, tags, usage_count as \"usage_count!\", created_at, updated_at\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "organization_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "created_by", "type_info": "Uuid" }, { "ordinal": 3, "name": "name", "type_info": "Text" }, { "ordinal": 4, "name": "description", "type_info": "Text" }, { "ordinal": 5, "name": "block_type", "type_info": "Text" }, { "ordinal": 6, "name": "block_data", "type_info": "Jsonb" }, { "ordinal": 7, "name": "tags", "type_info": "TextArray" }, { "ordinal": 8, "name": "usage_count!", "type_info": "Int4" }, { "ordinal": 9, "name": "created_at", "type_info": "Timestamptz" }, { "ordinal": 10, "name": "updated_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid", "Uuid", "Text", "Text", "Text", "Jsonb", "TextArray" ] }, "nullable": [ false, false, false, false, true, false, false, true, true, false, false ] }, "hash": "7b3e62330c2b8c283aff253e568b65655efd76d54a5e6ac57093a05718af9882" }