mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-22 08:48:34 +00:00
add number of attempts to hubspot deals table
This commit is contained in:
parent
f788c858c6
commit
a6c642966e
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
lastOutboundEmail: timestamp("last_outbound_email", { precision: 6, withTimezone: true }),
|
||||
lastSubmissionDate: timestamp("last_submission_date", { precision: 6, withTimezone: true }),
|
||||
|
||||
numberOfAttempts: text("number_of_attempts"),
|
||||
|
||||
createdAt: timestamp("created_at", { precision: 6, withTimezone: true })
|
||||
.defaultNow()
|
||||
.notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue