mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
rc comments
This commit is contained in:
parent
652f5ce4c7
commit
ffa066ae85
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
measuresLodgementDate: timestamp("measures_lodgement_date", { precision: 6, withTimezone: true }),
|
||||
lodgementDate: timestamp("lodgement_date", { precision: 6, withTimezone: true }),
|
||||
expectedCommencementDate: timestamp("expected_commencement_date", { precision: 6, withTimezone: true }),
|
||||
coordination_comments: text("coordination_comments"),
|
||||
surveyor: text("surveyor"),
|
||||
damnpMouldAndRepairComments: text("damp_mould_and_repairs_comments"),
|
||||
confirmedSurveyDate: timestamp("confirmed_survey_date", { precision: 6, withTimezone: true }),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue