modificacion tabla narrativa
This commit is contained in:
parent
ef8dc455f7
commit
3079477eb0
@ -15,8 +15,7 @@ public function up()
|
|||||||
{
|
{
|
||||||
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user