getPDO(); $pdo->exec('CREATE INDEX idx_scores_commentId ON scores(commentId)'); $pdo->exec('CREATE INDEX idx_scores_postId ON scores(postId)'); } }