WIP blurash & sync card ?
This commit is contained in:
@@ -14,6 +14,7 @@ export const cards = sqliteTable('cards', {
|
||||
slug: text('slug').notNull(),
|
||||
suit: text('suit').notNull(),
|
||||
rank: text('rank').notNull(),
|
||||
blurhash: text('blurhash').notNull(), // blurhash of the image
|
||||
createdAt: int('created_at', { mode: 'timestamp' })
|
||||
.notNull()
|
||||
.$defaultFn(() => new Date()),
|
||||
|
||||
Reference in New Issue
Block a user