{ "db_name": "PostgreSQL", "query": "\n SELECT id, user_id, company_name, registration_number, industry, website_url,\n employee_count, business_type, gst_number, contact_name, contact_email,\n contact_phone, address_line1, city, state, country, postal_code,\n status, free_job_slots, purchased_job_slots, free_contact_views,\n purchased_contact_views, created_at, updated_at\n FROM company_profiles WHERE id = $1\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "user_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "company_name", "type_info": "Varchar" }, { "ordinal": 3, "name": "registration_number", "type_info": "Varchar" }, { "ordinal": 4, "name": "industry", "type_info": "Varchar" }, { "ordinal": 5, "name": "website_url", "type_info": "Varchar" }, { "ordinal": 6, "name": "employee_count", "type_info": "Int4" }, { "ordinal": 7, "name": "business_type", "type_info": "Varchar" }, { "ordinal": 8, "name": "gst_number", "type_info": "Varchar" }, { "ordinal": 9, "name": "contact_name", "type_info": "Varchar" }, { "ordinal": 10, "name": "contact_email", "type_info": "Varchar" }, { "ordinal": 11, "name": "contact_phone", "type_info": "Varchar" }, { "ordinal": 12, "name": "address_line1", "type_info": "Varchar" }, { "ordinal": 13, "name": "city", "type_info": "Varchar" }, { "ordinal": 14, "name": "state", "type_info": "Varchar" }, { "ordinal": 15, "name": "country", "type_info": "Varchar" }, { "ordinal": 16, "name": "postal_code", "type_info": "Varchar" }, { "ordinal": 17, "name": "status", "type_info": "Varchar" }, { "ordinal": 18, "name": "free_job_slots", "type_info": "Int4" }, { "ordinal": 19, "name": "purchased_job_slots", "type_info": "Int4" }, { "ordinal": 20, "name": "free_contact_views", "type_info": "Int4" }, { "ordinal": 21, "name": "purchased_contact_views", "type_info": "Int4" }, { "ordinal": 22, "name": "created_at", "type_info": "Timestamptz" }, { "ordinal": 23, "name": "updated_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false, false, true, true, true, true, true, true, true, true, true, true, true, true, false, true, false, false, false, false, false, false, false ] }, "hash": "e4d78ecdcf5fbfb8ffe40e29d79538f96e5f642c194e7f3b1c3c95e88b1784c9" }