Skip to content

Commit e4dfeb5

Browse files
authored
docs: update synchronize schema suppored objects (#497)
1 parent 93de33a commit e4dfeb5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/docs/change-database/synchronize-schema.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ The overall workflow:
2828

2929
## Supported Objects
3030

31-
| Database | Objects |
32-
| ---------- | ------------------------------------------------------------------------------------------------------------- |
33-
| MySQL | `Table`, `Index`, `Constraint`, `View`, `Event`, `Trigger`, `Function`, `Procedure` |
34-
| PostgreSQL | `Schema`, `Table`, `Index`, `Constraint`, `View`, `Sequence`, `Extension`, `Function`, `Trigger`, `Enum Type` |
35-
| TiDB | `Table`, `Index`, `Constraint`, `View` |
36-
| Oracle | `Table`, `Index`, `Constraint` |
31+
| Database | Objects |
32+
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
33+
| MySQL | `Table`, `Index`, `Constraint`, `View`, `Event`, `Trigger`, `Function`, `Procedure` |
34+
| PostgreSQL | `Schema`, `Table`, `Index`, `Constraint`, `View`, `Materialized View`, `Sequence`, `Extension`, `Function`, `Trigger`, `Enum Type` |
35+
| TiDB | `Table`, `Index`, `Constraint`, `View` |
36+
| Oracle | `Table`, `Index`, `Constraint` |
37+
| Microsoft SQL Server | `Table`, `Index`, `Constraint` |
3738

3839
## How to use
3940

0 commit comments

Comments
 (0)