{ "db_name": "PostgreSQL", "query": "\n SELECT id AS \"id: SubscriptionTierId\", project_id AS \"project_id: ProjectId\",\n name, description, price_cents, stripe_product_id, stripe_price_id,\n sort_order, is_active,\n created_at AS \"created_at: chrono::DateTime\",\n updated_at AS \"updated_at: chrono::DateTime\",\n item_id AS \"item_id: ItemId\"\n FROM subscription_tiers WHERE project_id = $1 ORDER BY sort_order, created_at\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id: SubscriptionTierId", "type_info": "Uuid" }, { "ordinal": 1, "name": "project_id: ProjectId", "type_info": "Uuid" }, { "ordinal": 2, "name": "name", "type_info": "Varchar" }, { "ordinal": 3, "name": "description", "type_info": "Text" }, { "ordinal": 4, "name": "price_cents", "type_info": "Int4" }, { "ordinal": 5, "name": "stripe_product_id", "type_info": "Text" }, { "ordinal": 6, "name": "stripe_price_id", "type_info": "Text" }, { "ordinal": 7, "name": "sort_order", "type_info": "Int4" }, { "ordinal": 8, "name": "is_active", "type_info": "Bool" }, { "ordinal": 9, "name": "created_at: chrono::DateTime", "type_info": "Timestamptz" }, { "ordinal": 10, "name": "updated_at: chrono::DateTime", "type_info": "Timestamptz" }, { "ordinal": 11, "name": "item_id: ItemId", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, true, false, true, false, true, true, false, false, false, false, true ] }, "hash": "c11ad65e2ce042c0aeafc4417949f06644b9f69dda408e5a0f4101de0c936304" }