I can't say I'm new to Forge (using it for two years), but I'm still a novice...
I just realized in my production site I'm missing a column (in the user's table) that I created eight days ago, pushed to GitHub, and Deployed with Forge to AWS.
I've pushed every day since then, fine. I've even created new tables since then, fine.
The column was created on the dev server fine, and the migration file was pushed to GitHub, but it's like 'php artisan migrate' was never run on the production server.
QUESTION: What is the best way to create the column in production now that this issue has occurred?
I'm also trying to figure out what caused the issue, but when I looked back at the Forge deployment logs, they had already rolled off. It seems there are only ten saved.