"resources/views/projeto/Backupvisualizar.blade.php" did not exist on "e5562b3184288ed921db3cd53b10d3bb2e2fffc8"
Commit 1759bc1b authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

add chaves estrangeiras de curso e unidade'

parent 29e8adfd
...@@ -13,9 +13,9 @@ class CreateUnidadeInUsersTable extends Migration ...@@ -13,9 +13,9 @@ class CreateUnidadeInUsersTable extends Migration
*/ */
public function up() public function up()
{ {
Schema::create('users', function (Blueprint $table) { // Schema::create('users', function (Blueprint $table) {
// $table->foreignId('unidade_id')->nullable(); // $table->foreignId('unidade_id')->nullable();
}); // });
} }
/** /**
......
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