WIP blurash & sync card ?
All checks were successful
Deploy App / build (push) Successful in 26s
Deploy App / deploy (push) Successful in 18s

This commit is contained in:
valere
2026-02-21 09:07:45 +01:00
parent 543b513e08
commit aef705834b
8 changed files with 425 additions and 20 deletions

View File

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