It is common, when working on a team, for changes to have been applied to a remote database and for your local instance to be out of sync.
By running npx supabase db pull
we can pull any changes to our remote database schema to keep our local database in sync.