{ "db_name": "PostgreSQL", "query": "\n INSERT INTO settings (key, value, value_type, description, category, is_encrypted, is_system, is_editable, created_by)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)\n RETURNING id, key, value, value_type, description, category, is_encrypted, is_system, is_editable, \n created_at as \"created_at: DateTime\", \n updated_at as \"updated_at: DateTime\", \n created_by, updated_by\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "key", "type_info": "Varchar" }, { "ordinal": 2, "name": "value", "type_info": "Text" }, { "ordinal": 3, "name": "value_type", "type_info": "Varchar" }, { "ordinal": 4, "name": "description", "type_info": "Text" }, { "ordinal": 5, "name": "category", "type_info": "Varchar" }, { "ordinal": 6, "name": "is_encrypted", "type_info": "Bool" }, { "ordinal": 7, "name": "is_system", "type_info": "Bool" }, { "ordinal": 8, "name": "is_editable", "type_info": "Bool" }, { "ordinal": 9, "name": "created_at: DateTime", "type_info": "Timestamptz" }, { "ordinal": 10, "name": "updated_at: DateTime", "type_info": "Timestamptz" }, { "ordinal": 11, "name": "created_by", "type_info": "Uuid" }, { "ordinal": 12, "name": "updated_by", "type_info": "Uuid" } ], "parameters": { "Left": [ "Varchar", "Text", "Varchar", "Text", "Varchar", "Bool", "Bool", "Bool", "Uuid" ] }, "nullable": [ false, false, true, false, true, true, true, true, true, false, false, true, true ] }, "hash": "6bab42214f2c28a3985afa5ce4bbb5377b96d7b28490db0be5d775a67a8cfcdb" }