@@ -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