3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
|
-- CreateIndex
|
||
|
|
CREATE INDEX CONCURRENTLY "Answer_groupId_idx" ON "Answer"("groupId");
|