Files

3 lines
86 B
MySQL
Raw Permalink Normal View History

-- CreateIndex
CREATE INDEX CONCURRENTLY "Answer_groupId_idx" ON "Answer"("groupId");