3 lines
236 B
MySQL
3 lines
236 B
MySQL
|
|
ALTER TABLE "berth_waiting_list" ADD COLUMN "yacht_id" text;--> statement-breakpoint
|
||
|
|
ALTER TABLE "interests" ADD COLUMN "yacht_id" text;--> statement-breakpoint
|
||
|
|
CREATE INDEX "idx_interests_yacht" ON "interests" USING btree ("yacht_id");
|