some better auth stuff
This commit is contained in:
8
app/prisma/migrations/20250909175946_init/migration.sql
Normal file
8
app/prisma/migrations/20250909175946_init/migration.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "public"."Test" (
|
||||
"id" TEXT NOT NULL,
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL,
|
||||
|
||||
CONSTRAINT "Test_pkey" PRIMARY KEY ("id")
|
||||
);
|
Reference in New Issue
Block a user