mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
wip: zen
This commit is contained in:
parent
6378e6c06f
commit
9671872059
5 changed files with 769 additions and 74 deletions
|
|
@ -10,9 +10,7 @@ export const UserTable = mysqlTable(
|
|||
...workspaceColumns,
|
||||
...timestamps,
|
||||
accountID: ulid("account_id"),
|
||||
oldAccountID: ulid("old_account_id"),
|
||||
email: varchar("email", { length: 255 }),
|
||||
oldEmail: varchar("old_email", { length: 255 }),
|
||||
name: varchar("name", { length: 255 }).notNull(),
|
||||
timeSeen: utc("time_seen"),
|
||||
color: int("color"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue