id(); $table->string('name'); $table->unsignedBigInteger('nivel'); $table->boolean('status'); }); } public function down(): void { Schema::dropIfExists('carreras'); } };