id(); $table->string('name'); $table->string('rvoe'); $table->unsignedBigInteger('duracion'); $table->unsignedBigInteger('duration_id'); $table->unsignedBigInteger('nivel'); $table->unsignedBigInteger('carrera'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('plans'); } };