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

add user migration

parent 533ae3ed
......@@ -22,7 +22,6 @@ class CreateUsersTable extends Migration
$table->string('password');
$table->string('document');
$table->tinyInteger('status');
$table->tinyInteger('unidade');
$table->rememberToken();
$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