public function down()
 {
     $this->dropColumn(Profile::tableName(), 'avatar');
 }
 public function down()
 {
     $this->dropTable(Profile::tableName());
     $this->dropTable(User::tableName());
 }