mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
magic_plan_uid column is unique
This commit is contained in:
parent
3d1a35250f
commit
8f87ea0c96
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ export const magicPlanPlan = pgTable(
|
|||
name: text("name"),
|
||||
address: text("address"),
|
||||
postcode: text("postcode"),
|
||||
magicPlanUid: text("magic_plan_uid"),
|
||||
magicPlanUid: text("magic_plan_uid").unique(),
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue