create player schema
This commit is contained in:
3
server/db/schema.ts
Normal file
3
server/db/schema.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { pgSchema } from "drizzle-orm/pg-core"
|
||||
|
||||
export const dndSchema = pgSchema("dnd")
|
||||
Reference in New Issue
Block a user