ToS Editor
This commit is contained in:
10
prisma/migrations/20250706133422_tos/migration.sql
Normal file
10
prisma/migrations/20250706133422_tos/migration.sql
Normal file
@ -0,0 +1,10 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "TermsOfService" (
|
||||
"id" TEXT NOT NULL,
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL,
|
||||
"version" SERIAL NOT NULL,
|
||||
"markdown" TEXT NOT NULL,
|
||||
|
||||
CONSTRAINT "TermsOfService_pkey" PRIMARY KEY ("id")
|
||||
);
|
Reference in New Issue
Block a user