4 lines
93 B
SQL
4 lines
93 B
SQL
-- CreateIndex
|
|
CREATE UNIQUE INDEX "MonthlyInsight_month_key" ON "MonthlyInsight"("month");
|
|
|