{ "db_name": "SQLite", "query": "INSERT INTO workspaces (id, task_id, container_ref, branch, agent_working_dir, setup_completed_at)\n VALUES ($1, $2, $3, $4, $5, $6)\n RETURNING id as \"id!: Uuid\", task_id as \"task_id!: Uuid\", container_ref, branch, agent_working_dir, setup_completed_at as \"setup_completed_at: DateTime\", created_at as \"created_at!: DateTime\", updated_at as \"updated_at!: DateTime\"", "describe": { "columns": [ { "name": "id!: Uuid", "ordinal": 0, "type_info": "Blob" }, { "name": "task_id!: Uuid", "ordinal": 1, "type_info": "Blob" }, { "name": "container_ref", "ordinal": 2, "type_info": "Text" }, { "name": "branch", "ordinal": 3, "type_info": "Text" }, { "name": "agent_working_dir", "ordinal": 4, "type_info": "Text" }, { "name": "setup_completed_at: DateTime", "ordinal": 5, "type_info": "Datetime" }, { "name": "created_at!: DateTime", "ordinal": 6, "type_info": "Text" }, { "name": "updated_at!: DateTime", "ordinal": 7, "type_info": "Text" } ], "parameters": { "Right": 6 }, "nullable": [ true, false, true, false, true, true, false, false ] }, "hash": "a672d2f33fca9a19ae68c29e5d3a14c8b050389fb55b80b3788901bc79fdde1b" }