This commit is contained in:
Daniel Roth 2026-05-06 13:55:02 +00:00
parent d63cfe6828
commit dd02b7f85d

View file

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