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