unsignedFloat('credits', 10)->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('users', function (Blueprint $table) { $table->unsignedFloat('credits')->change(); }); } };