mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
indent
This commit is contained in:
parent
19df0e2cd5
commit
a1b086f18e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export const magicPlanRoom = pgTable(
|
|||
"magic_plan_room",
|
||||
{
|
||||
id: bigserial("id", { mode: "bigint" }).primaryKey(),
|
||||
floorId: bigint("magic_plan_floor_id", { mode: "bigint" })
|
||||
floorId: bigint("magic_plan_floor_id", { mode: "bigint" })
|
||||
.notNull()
|
||||
.references(() => magicPlanFloor.id),
|
||||
name: text("name"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue