ALTER TABLE "users" ADD COLUMN "email_verified" boolean DEFAULT false NOT NULL;--> statement-breakpoint ALTER TABLE "users" ADD COLUMN "image" text;