Fix some error due to update migration

This commit is contained in:
Too
2018-06-28 16:11:49 +08:00
parent 81a5a46d36
commit 63dce18675
14 changed files with 170 additions and 28 deletions
@@ -30,6 +30,6 @@ class CreateUsersTable extends Migration
*/
public function down()
{
Schema::dropIfExists('users');
// Schema::dropIfExists('users');
}
}