mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
rename magic plan plan plan_name to name
This commit is contained in:
parent
a8c5e7e923
commit
d63cfe6828
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(),
|
||||
planName: text("plan_name"),
|
||||
name: text("name"),
|
||||
address: text("address"),
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue