3 lines
73 B
MySQL
3 lines
73 B
MySQL
|
|
-- CreateIndex
|
||
|
|
CREATE INDEX "orders_paid_at_idx" ON "orders"("paid_at");
|