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