Trying to fix push notifs
This commit is contained in:
@@ -14,7 +14,7 @@ export const users = createTable(
|
||||
id: serial("id").primaryKey(),
|
||||
name: varchar("name", { length: 256 }),
|
||||
message: varchar("message", { length: 256 }),
|
||||
pushToken: varchar("push_token", { length: 256 }),
|
||||
pushToken: varchar("pushToken", { length: 256 }),
|
||||
createdAt: timestamp("created_at", { withTimezone: true })
|
||||
.default(sql`CURRENT_TIMESTAMP`)
|
||||
.notNull(),
|
||||
|
Reference in New Issue
Block a user