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