mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
changed db address
This commit is contained in:
@@ -6,5 +6,6 @@ export const accounts = pgTable("bal_accounts", {
|
|||||||
id: integer().primaryKey().generatedAlwaysAsIdentity({ name: "accountsid_seq", startWith: 1, increment: 1, minValue: 1, maxValue: 2147483647, cache: 1 }),
|
id: integer().primaryKey().generatedAlwaysAsIdentity({ name: "accountsid_seq", startWith: 1, increment: 1, minValue: 1, maxValue: 2147483647, cache: 1 }),
|
||||||
first_name: varchar({ length: 40 }),
|
first_name: varchar({ length: 40 }),
|
||||||
last_name: varchar({ length: 40 }),
|
last_name: varchar({ length: 40 }),
|
||||||
|
email: varchar({length: 100}),
|
||||||
...timestamps
|
...timestamps
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user