"resources/views/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "da6655c998e96d47917be7f4d946fc833530c49f"
Commit 22696224 authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

add user migration

parent 533ae3ed
...@@ -22,7 +22,6 @@ class CreateUsersTable extends Migration ...@@ -22,7 +22,6 @@ class CreateUsersTable extends Migration
$table->string('password'); $table->string('password');
$table->string('document'); $table->string('document');
$table->tinyInteger('status'); $table->tinyInteger('status');
$table->tinyInteger('unidade');
$table->rememberToken(); $table->rememberToken();
$table->timestamps(); $table->timestamps();
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment