bigInteger('import_id')->nullable()->comment('for import'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('chart_of_accounts', function (Blueprint $table) { $table->dropColumn('import_id'); }); } }