mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-19 17:02:59 +00:00
add client booking reference to hubspot deal data
This commit is contained in:
parent
c861d4a0b0
commit
d49042eb7e
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
lastSubmissionDate: timestamp("last_submission_date", { precision: 6, withTimezone: true }),
|
||||
|
||||
numberOfAttempts: text("number_of_attempts"),
|
||||
clientBookingReference: text("client_booking_reference"),
|
||||
|
||||
createdAt: timestamp("created_at", { precision: 6, withTimezone: true })
|
||||
.defaultNow()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue