6 lines
179 B
MySQL
6 lines
179 B
MySQL
|
-- CreateIndex
|
||
|
CREATE INDEX "Collection_ownerId_idx" ON "Collection"("ownerId");
|
||
|
|
||
|
-- CreateIndex
|
||
|
CREATE INDEX "UsersAndCollections_userId_idx" ON "UsersAndCollections"("userId");
|