diff --git a/src/app/db/schema/uploaded_files.ts b/src/app/db/schema/uploaded_files.ts index ae5a058..498473c 100644 --- a/src/app/db/schema/uploaded_files.ts +++ b/src/app/db/schema/uploaded_files.ts @@ -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" }) } ); \ No newline at end of file