Are you wanting to preserve the data you have on your localhost? If not, you can simply run php artisan migrate on production and it'll run any migrations it needs too.
If you do want to keep some data from localhost, you're going to need to export and import it.