correct casing

This commit is contained in:
Daniel Roth 2026-05-06 14:13:59 +00:00
parent 92eefd4ab4
commit 64b7c27878

View file

@ -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"),
},
);