id(); $table->unsignedBigInteger('plan_id'); $table->unsignedBigInteger('ciclo'); $table->unsignedBigInteger('nivel'); $table->unsignedBigInteger('plantel'); $table->unsignedBigInteger('turno'); $table->boolean('status'); }); } public function down(): void { Schema::dropIfExists('grupos'); } };