Import from mysql

This commit is contained in:
1ilit
2024-06-16 00:23:48 +03:00
parent 1d1dde27e7
commit 0a108fc33a
3 changed files with 15 additions and 4 deletions

View File

@@ -901,7 +901,7 @@ export const mariadbTypes = {
export const mssqlTypes = {
BIGINT: { type: "", checkDefault: (field) => {} },
INT: { type: "", checkDefault: (field) => {} },
INTEGER: { type: "", checkDefault: (field) => {} },
SMALLINT: { type: "", checkDefault: (field) => {} },
TINYINT: { type: "", checkDefault: (field) => {} },
BIT: { type: "", checkDefault: (field) => {} },