This commit is contained in:
Frank
2025-10-03 16:32:53 -04:00
parent b7fc1a16f9
commit e55a161f4d
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"),