refactor user table, make opponent name a link

This commit is contained in:
2025-04-04 14:19:15 +02:00
parent 3afa2dc2bf
commit ed5bbbab49
6 changed files with 260 additions and 131 deletions

3
src/server/db/types.ts Normal file
View File

@@ -0,0 +1,3 @@
import type { player_games } from '@/server/db/schema'
export type SelectGames = typeof player_games.$inferSelect