public function down()
 {
     $this->dropTable(Comment::tableName());
 }