You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE"hotel" ADD CONSTRAINT"hotel_type_fk"FOREIGN KEY ("type") REFERENCES"public"."categories"("name") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
28
+
CREATEINDEX "categories_index_0" ON"categories" USING btree ("id" int4_ops,"name" text_ops);--> statement-breakpoint
29
+
CREATEUNIQUE INDEX "username_idx" ON"User" USING btree ("username" text_ops);--> statement-breakpoint
30
+
CREATEUNIQUE INDEX "email_idx" ON"User" USING btree ("email" text_ops);
0 commit comments