mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
correct casing
This commit is contained in:
parent
92eefd4ab4
commit
64b7c27878
1 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ export const magicPlanRoom = pgTable(
|
|||
.notNull()
|
||||
.references(() => magicPlanFloor.id),
|
||||
name: text("name"),
|
||||
width_m: real("width_m"),
|
||||
length_m: real("length_m"),
|
||||
area_m2: real("area_m2"),
|
||||
widthM: real("width_m"),
|
||||
lengthM: real("length_m"),
|
||||
areaM2: real("area_m2"),
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue