mejora migracion plan

master
Christian Dacid Sullca Puma 2022-10-25 01:40:25 -05:00
parent 55d754e957
commit 01169e63af
1 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@ return new class extends Migration
$table->string('nombre', 255)->nullable(); $table->string('nombre', 255)->nullable();
$table->string('oportunidad_plan')->nullable(); $table->string('oportunidad_plan')->nullable();
$table->string('semestre_ejecucion', 8)->nullable(); $table->string('semestre_ejecucion', 8)->nullable();
$table->integer('avance')->nullable(); $table->integer('avance');
$table->integer('duracion'); $table->integer('duracion')->nullable();
$table->string('estado', 30)->nullable(); $table->string('estado', 30);
$table->boolean('evaluacion_eficacia'); $table->boolean('evaluacion_eficacia')->nullable();;
$table->foreignId('id_estandar') $table->foreignId('id_estandar')
->constrained('estandars'); ->constrained('estandars');
$table->foreignId('id_user') $table->foreignId('id_user')