diff --git a/src/app/db/schema/crm/hubspot_deal_table.ts b/src/app/db/schema/crm/hubspot_deal_table.ts index 805e906f..bd01b87c 100644 --- a/src/app/db/schema/crm/hubspot_deal_table.ts +++ b/src/app/db/schema/crm/hubspot_deal_table.ts @@ -82,6 +82,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", { numberOfAttempts: text("number_of_attempts"), clientBookingReference: text("client_booking_reference"), + thirdPartySurveyorIdentifier: text("third_party_surveyor_identifier"), designConstraints: text("design_constraints"), planningComments: text("planning_comments"),