mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
indent
This commit is contained in:
parent
d63cfe6828
commit
dd02b7f85d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export const magicPlanPlan = pgTable(
|
|||
"magic_plan_plan",
|
||||
{
|
||||
id: bigserial("id", { mode: "bigint" }).primaryKey(),
|
||||
name: text("name"),
|
||||
name: text("name"),
|
||||
address: text("address"),
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue