'.$locale.' '; } Schema::table('models', function (Blueprint $table) { $table->integer('min_amt')->nullable()->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }