3 lines
65 B
MySQL
Raw Normal View History

2024-09-24 13:10:10 -05:00
-- CreateIndex
CREATE INDEX "Item_boost_idx" ON "Item"("boost");