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