id(); $table->string('name'); $table->string('description'); $table->unsignedBigInteger('inscripcion')->default(0); $table->unsignedBigInteger('reinscripcion')->default(0); $table->unsignedBigInteger('seguro')->default(0); $table->unsignedBigInteger('colegiatura')->default(0); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('becas'); } };