Branching
Branching allows teams to use the familar Git branching model to coordinate their database schema changes.
-
Different people can work on different branches and use the visual schema editor to design their database schema changes.
-
A branch can be merged into another branch.
-
The branch difference with the schema baseline can be applied to the databases.
-
Branch protection rules retrict how branch can be created, changed and merged.
-
The branch difference can also be used as the change source to compose the Changelist.