3 lines
78 B
MySQL
3 lines
78 B
MySQL
|
-- CreateIndex
|
||
|
CREATE INDEX "Arc_toId_fromId_idx" ON "Arc"("toId", "fromId");
|