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