Commit c964e3c8 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Adicionado campo Observação na tabela de substituicoes

parent 963c7877
......@@ -19,6 +19,7 @@ class CreateSubstituicaosTable extends Migration
$table->enum('tipo', ['Completa', 'TrocarPlano', 'ManterPlano']);
$table->text('justificativa')->nullable();
$table->string('causa')->nullable();
$table->text('observacao')->nullable();
$table->unsignedBigInteger('trabalho_id');
$table->unsignedBigInteger('participanteSubstituido_id');
......
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