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

add chaves estrangeiras de curso e unidade'

parent 665a1d59
......@@ -22,6 +22,8 @@ class CreateUsersTable extends Migration
$table->string('password');
$table->string('document');
$table->tinyInteger('status');
$table->foreignId('curso_id')->nullable();
$table->foreignId('unidade_id')->nullable();
$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