mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
correct column name in window
This commit is contained in:
parent
855cf2a10b
commit
e85eabf89d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export const magicPlanWindow = pgTable(
|
|||
.notNull()
|
||||
.references(() => magicPlanRoom.id),
|
||||
width_m: real("width_m"),
|
||||
height_m: real("width_m"),
|
||||
height_m: real("height_m"),
|
||||
area_m2: real("area_m2"),
|
||||
opening_type: text("opening_type"),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue