This commit is contained in:
Frank
2025-10-03 16:32:53 -04:00
parent 6378e6c06f
commit 9671872059
5 changed files with 769 additions and 74 deletions

View File

@@ -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"),