alterCommentTable($pdo); return true; } private function alterCommentTable(\PDO $pdo) { $pdo->exec(' ALTER TABLE `' . Utils::table('comment') . '` ADD `date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ;'); } }