mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-11 02:00:37 +08:00
Import from mysql
This commit is contained in:
@@ -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) => {} },
|
||||
|
||||
Reference in New Issue
Block a user