How to create the database schema automatically when deploy the cms from localhost to server

Hi all, I’m new to strapi. I’m encountering the problem of deployment and database migration. When I add new feature and create new db schema on localhost and deploy to UAT, the new created schema cannot be created automatically, Is that any way to create the schema itself after the uat deployment ?