Applying latest fixtures to an app

Hi,

We are a group of developers working on a custom app. Each developer adds custom fields and exports them as fixtures for version control. Question is, how do the other developers apply these fixtures in their local version of the custom app? Trying the bench frappe --latest command does not work.

Regards

if you are in v4 use bench frappe --latest
if you are in v5/v6 use bench migrate

Before running above command, you need to pull changes using git pull in custom app