smallInteger('rounding'); }); Currency::query()->update(['rounding'=>2]); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('ab_currency', function (Blueprint $table) { $table->dropColumn('rounding'); }); } }