string('bukti_bebas_lab')->nullable()->after('bukti_toefl'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('pengajuan_wisudas', function (Blueprint $table) { $table->dropColumn('bukti_bebas_lab'); }); } };