integer('places')->unsigned()->default(2)->after('display_chart'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('metrics', function (Blueprint $table) { $table->dropColumn('places'); }); } }