mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Add MSSQL types
This commit is contained in:
4
src/utils/exportSQL/mssql.js
Normal file
4
src/utils/exportSQL/mssql.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export function toMSSQL(diagram) {
|
||||
diagram.tables;
|
||||
return "hi from mssql";
|
||||
}
|
||||
Reference in New Issue
Block a user