added verified field
All checks were successful
backend-action / build-image (push) Successful in 26s
All checks were successful
backend-action / build-image (push) Successful in 26s
This commit is contained in:
@@ -36,6 +36,7 @@ export const user = sqliteTable(
|
||||
zone: integer("zone_id")
|
||||
.notNull()
|
||||
.references(() => zone.id),
|
||||
verified: integer("verified", { mode: "boolean" }).notNull().default(false),
|
||||
},
|
||||
(t) => ({
|
||||
phone_idx: index("phone_idx").on(t.phone),
|
||||
|
||||
Reference in New Issue
Block a user