modificacion tabla narrativa

master
Christian Dacid Sullca Puma 2022-10-10 15:32:12 -05:00
parent ef8dc455f7
commit 3079477eb0
1 changed files with 6 additions and 7 deletions

View File

@ -15,8 +15,7 @@ return new class extends Migration
{ {
Schema::create('narrativas', function (Blueprint $table) { Schema::create('narrativas', function (Blueprint $table) {
$table->id(); $table->id();
$table->integer('year'); $table->string('semestre', 255);
$table->string('semestre',255);
$table->mediumText('cabecera'); $table->mediumText('cabecera');
$table->mediumText('contenido'); $table->mediumText('contenido');
$table->foreignId('id_estandar') $table->foreignId('id_estandar')