@@ -28,13 +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 ` , ` 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 ` |
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 ` , ` Procedure ` , ` Trigger ` , ` Enum Type ` |
35+ | TiDB | ` Table ` , ` Index ` , ` Constraint ` , ` View ` |
36+ | Oracle | ` Table ` , ` Index ` , ` Constraint ` |
37+ | Microsoft SQL Server | ` Table ` , ` Index ` , ` Constraint ` |
3838
3939## How to use
4040
0 commit comments