mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
comments
This commit is contained in:
parent
f74666212d
commit
cb59f435ad
1 changed files with 3 additions and 2 deletions
|
|
@ -664,6 +664,7 @@ export const epcBuildingPart = pgTable(
|
|||
wallDryLined: boolean("wall_dry_lined"),
|
||||
wallThicknessMm: integer("wall_thickness_mm"),
|
||||
wallInsulationThickness: text("wall_insulation_thickness"),
|
||||
// age band source
|
||||
|
||||
// Floor
|
||||
floorHeatLoss: integer("floor_heat_loss"),
|
||||
|
|
@ -736,8 +737,8 @@ export const epcWindow = pgTable(
|
|||
orientation: text("orientation").notNull(),
|
||||
windowType: text("window_type").notNull(),
|
||||
glazingType: text("glazing_type").notNull(),
|
||||
windowWidth: real("window_width").notNull(),
|
||||
windowHeight: real("window_height").notNull(),
|
||||
windowWidth: real("window_width").notNull(), // add unit?
|
||||
windowHeight: real("window_height").notNull(), // add unit?
|
||||
draughtProofed: boolean("draught_proofed").notNull(),
|
||||
windowLocation: text("window_location").notNull(),
|
||||
windowWallType: text("window_wall_type").notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue