| JSON key                       | Coluna SQL                        |
| ------------------------------ | --------------------------------- |
| `conversationId`               | `conversation_id`                 |
| `groupId`                      | `group_id`                        |
| `id`                           | `lead_id`                         |
| `updatedAt`                    | `updated_at`                      |
| `platform`                     | `platform`                        |
| `source`                       | `source`                          |
| `requestPrice`                 | `request_price`                   |
| `linkQuotationOpened`          | `link_quotation_opened`           |
| `totalReservation`             | `total_reservation`               |
| `humanRequest`                 | `human_request`                   |
| `attendant`                    | `attendant`                       |
| `attendantEmail`               | `attendant_email`                 |
| `email`                        | `email`                           |
| `name`                         | `name`                            |
| `phone`                        | `phone`                           |
| `custom`                       | `custom`                          |
| `city`                         | `city`                            |
| `state`                        | `state`                           |
| `country`                      | `country`                         |
| `arrivalDate`                  | `arrival_date`                    |
| `departureDate`                | `departure_date`                  |
| `adults`                       | `adults`                          |
| `children`                     | `children`                        |
| `companyId`                    | `company_id`                      |
| `companyName`                  | `company_name`                    |
| `language`                     | `language`                        |
| `utmSource`                    | `utm_source`                      |
| `utmMedium`                    | `utm_medium`                      |
| `utmCampaign`                  | `utm_campaign`                    |
| `page`                         | `page`                            |
| `linkToLiveChat`               | `link_to_live_chat`               |
| `lastReservationDate`          | `last_reservation_date`           |
| `lastReservationDateFormatted` | `last_reservation_date_formatted` |
| `lastReservationCurrency`      | `last_reservation_currency`       |
| `lastReservationValue`         | `last_reservation_value`          |
| `lastReservationCode`          | `last_reservation_code`           |
| `lastReservationSalesman`      | `last_reservation_salesman`       |
| `minTotalValuePriceQuote`      | `min_total_value_price_quote`     |
| `maxTotalValuePriceQuote`      | `max_total_value_price_quote`     |
| `currencyPriceQuote`           | `currency_price_quote`            |
| `dateFormatted`                | `date_formatted`                  |
| `finished`                     | `finished`                        |
| `groupQuote`                   | `group_quote`                     |
| `eventQuote`                   | `event_quote`                     |
| `unavailable`                  | `unavailable`                     |
| `hasReservation`               | `has_reservation`                 |
| `tags`                         | `tags` (array de `TEXT`)          |
| `tagsString`                   | `tags_string`                     |
| `tagsIds`                      | `tags_ids` (tipo `JSONB`)         |
| `events`                       | `events` (tipo `JSONB`)           |
