modificacion tabla narrativa
This commit is contained in:
parent
ef8dc455f7
commit
3079477eb0
@ -15,7 +15,6 @@ public function up()
|
||||
{
|
||||
Schema::create('narrativas', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->integer('year');
|
||||
$table->string('semestre', 255);
|
||||
$table->mediumText('cabecera');
|
||||
$table->mediumText('contenido');
|
||||
|
Loading…
Reference in New Issue
Block a user