change database narrativa (obligatorio)
This commit is contained in:
parent
7de66dd260
commit
302a39ec46
@ -19,8 +19,8 @@ public function up()
|
||||
$table->string('semestre',255);
|
||||
$table->mediumText('cabecera');
|
||||
$table->mediumText('contenido');
|
||||
$table->foreignId('id_plan')
|
||||
->constrained('plans')
|
||||
$table->foreignId('id_estandar')
|
||||
->constrained('estandars')
|
||||
->onDelete('cascade');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user