More stuff
This commit is contained in:
@@ -24,7 +24,8 @@ export const users = createTable(
|
||||
passwordHash: varchar("password_hash", {length: 255}).notNull(),
|
||||
name: varchar("name", { length: 100 }),
|
||||
pfpURL: varchar("pfp_url", { length: 255 }),
|
||||
pushToken: varchar("pushToken", { length: 256 }),
|
||||
pushToken: varchar("pushToken", { length: 255 }),
|
||||
refreshToken: varchar("refreshToken", { length: 255 }),
|
||||
lastLogin: timestamp("last_login", { withTimezone: true }),
|
||||
createdAt: timestamp("created_at", { withTimezone: true })
|
||||
.default(sql`CURRENT_TIMESTAMP`)
|
||||
|
||||
Reference in New Issue
Block a user