mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
add new columns to table
This commit is contained in:
parent
dac818bab5
commit
d0b39ecdcb
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import {
|
|||
timestamp,
|
||||
pgTable,
|
||||
real,
|
||||
doublePrecision,
|
||||
pgEnum,
|
||||
integer,
|
||||
boolean,
|
||||
|
|
@ -479,6 +480,11 @@ export const epcProperty = pgTable(
|
|||
hasConservatory: boolean("has_conservatory"),
|
||||
hasHeatedSeparateConservatory: boolean("has_heated_separate_conservatory"),
|
||||
conservatoryType: integer("conservatory_type"),
|
||||
conservatoryFloorAreaM2: doublePrecision("conservatory_floor_area_m2"),
|
||||
conservatoryGlazedPerimeterM: doublePrecision("conservatory_glazed_perimeter_m"),
|
||||
conservatoryDoubleGlazed: boolean("conservatory_double_glazed"),
|
||||
conservatoryThermallySeparated: boolean("conservatory_thermally_separated"),
|
||||
conservatoryRoomHeightStoreys: doublePrecision("conservatory_room_height_storeys"),
|
||||
|
||||
// Counts
|
||||
doorCount: integer("door_count").notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue