3 lines
65 B
MySQL
3 lines
65 B
MySQL
|
-- CreateIndex
|
||
|
CREATE INDEX "Item_boost_idx" ON "Item"("boost");
|