create player schema

This commit is contained in:
2026-06-14 17:42:57 +02:00
parent cac033588e
commit 545a8d7273
2 changed files with 10 additions and 0 deletions

3
server/db/schema.ts Normal file
View File

@@ -0,0 +1,3 @@
import { pgSchema } from "drizzle-orm/pg-core"
export const dndSchema = pgSchema("dnd")