aboutsummaryrefslogtreecommitdiffstats
path: root/backend/migrations/20250616212004_init/migration.sql
blob: edeec028540aee9de1a3b6e4bf16a8bdac307be7 (plain) (blame)
1
2
3
4
5
6
7
8
9
-- CreateTable
CREATE TABLE "User" (
    "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
    "name" TEXT NOT NULL,
    "email" TEXT NOT NULL
);

-- CreateIndex
CREATE UNIQUE INDEX "User_email_key" ON "User"("email");
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage