"...views/evento/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "894528c256a2b70455353da939eded962fba52c0"
Commit b9f50d32 authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

add campus migration

parent c7199af0
...@@ -16,7 +16,7 @@ class CreateCampusTable extends Migration ...@@ -16,7 +16,7 @@ class CreateCampusTable extends Migration
Schema::create('campus', function (Blueprint $table) { Schema::create('campus', function (Blueprint $table) {
$table->id(); $table->id();
$table->string('name'); $table->string('name');
$table->tinyInteger('unidade'); $table->foreignId('unidade_id');
$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