You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kon.sh/drizzle/0001_sudden_nightmare.sql

7 lines
228 B
SQL

CREATE TABLE IF NOT EXISTS "session" (
"token" varchar(255) NOT NULL,
"user_id" integer NOT NULL,
"expires" timestamp NOT NULL
);
--> statement-breakpoint
ALTER TABLE "user" ADD CONSTRAINT "user_email_unique" UNIQUE("email");