{ "db_name": "PostgreSQL", "query": "\n INSERT INTO af_template_category (name, description, icon, bg_color, category_type, priority)\n VALUES ($1, $2, $3, $4, $5, $6)\n RETURNING\n category_id AS id,\n name,\n description,\n icon,\n bg_color,\n category_type AS \"category_type: AFTemplateCategoryTypeColumn\",\n priority\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "name", "type_info": "Text" }, { "ordinal": 2, "name": "description", "type_info": "Text" }, { "ordinal": 3, "name": "icon", "type_info": "Text" }, { "ordinal": 4, "name": "bg_color", "type_info": "Text" }, { "ordinal": 5, "name": "category_type: AFTemplateCategoryTypeColumn", "type_info": "Int4" }, { "ordinal": 6, "name": "priority", "type_info": "Int4" } ], "parameters": { "Left": [ "Text", "Text", "Text", "Text", "Int4", "Int4" ] }, "nullable": [ false, false, false, false, false, false, false ] }, "hash": "cb2375ad0094baefed417645b781f40dcabfbfe4a4738c99bb4efff649e6a0e6" }