rc comments

This commit is contained in:
Jun-te Kim 2026-04-08 14:31:34 +00:00
parent 652f5ce4c7
commit ffa066ae85

View file

@ -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 }),