Sync Schema
How to sync schema changes to NocoDB.
NocoDB allows you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from environment to other.
Below are the steps to sync schema changes.
- Under
Settingsmenubar, clickProject Metadata - Under
Meta Managementtab, click onMetadatasub tab. - Changes carried outside GUI, identified by NocoDB are listed under
Sync state - Click
Sync Nowto complete Schema sync procedure.

Note
- Column rename operation will be treated like 'column delete' & 'column create' operation
- Only table schema changes identified will be listed under
Sync state; any changes to records are automatically synchronized.