mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
556 B
18 lines
556 B
3 years ago
|
---
|
||
|
title: 'Sync Schema'
|
||
|
description: 'Schema changes made to database from outside nocodb GUI can be synced'
|
||
|
position: 70
|
||
|
category: 'Usage'
|
||
|
menuTitle: '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 tobring your own
|
||
|
schema migrations for moving from environment to other.
|
||
|
|
||
|
Below are the steps to sync schema changes.
|
||
|
|
||
|
## Example
|
||
|
- Please note there are 3 tables in schema.
|
||
|
|
||
|
- And NocoDB has just 2 tables.
|