string('logistic_number_return')->nullable()->index()->after('order_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('order_issues',function (Blueprint $table) { $table->dropColumn('logistic_number_return'); }); } }