1 line
121 B
MySQL
1 line
121 B
MySQL
|
|
CREATE UNIQUE INDEX IF NOT EXISTS "teams_season_id_lower_name_unique" ON "teams" USING btree ("season_id",lower("name"));
|