diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx index 62c4f6a..12e324e 100644 --- a/src/components/ControlPanel.jsx +++ b/src/components/ControlPanel.jsx @@ -1012,7 +1012,7 @@ export default function ControlPanel({ }, }, { - "SQL Server": () => { + "MSSQL": () => { setVisible(MODAL.CODE); const src = jsonToSQLServer({ tables: tables, diff --git a/src/components/TypesOverview.jsx b/src/components/TypesOverview.jsx index fe47f5b..bf95020 100644 --- a/src/components/TypesOverview.jsx +++ b/src/components/TypesOverview.jsx @@ -83,14 +83,28 @@ export default function TableOverview() { - This feature is meant for object-relational DBMSs like - PostgreSQL. However, if used for relational DBMSs, a JSON type - will be generated with the custom type schema. +
+
+ This feature is meant for object-relational databases like{" "} + PostgreSQL. +
+
+ If used for MySQL or MariaDB{" "} + a JSON type will be generated with the + corresponding json validation check. +
+
+ If used for SQLite it will be translated to a{" "} + BLOB. +
+
+ If used for MSSQL a type alias to the first + field will be generated. +
} showArrow - position="right" + position="rightTop" >