mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
add hubspot_listing_id to table
This commit is contained in:
parent
a73e603fe3
commit
f8870fea6e
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ export const uploadedFiles = pgTable(
|
|||
withTimezone: true
|
||||
}).notNull(),
|
||||
landlordPropertyId: text("landlord_property_id"),
|
||||
uprn: bigint("uprn", { mode: "bigint" })
|
||||
uprn: bigint("uprn", { mode: "bigint" }),
|
||||
hubspotListingId: bigint("hubspot_listing_id", { mode: "bigint" })
|
||||
}
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue