mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
add third party surveyor id to hubspot deal data table
This commit is contained in:
parent
769030ab49
commit
4a73df3a25
1 changed files with 1 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue