mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 02:09:17 +00:00
Merge f4952a59d8
into f13b80a3ff
This commit is contained in:
commit
90f9585546
@ -1674,6 +1674,15 @@ const mssqlTypesBase = {
|
|||||||
defaultSize: 255,
|
defaultSize: 255,
|
||||||
hasQuotes: true,
|
hasQuotes: true,
|
||||||
},
|
},
|
||||||
|
'NVARCHAR(MAX)': {
|
||||||
|
type: "NVARCHAR",
|
||||||
|
checkDefault: (field) => true,
|
||||||
|
hasCheck: true,
|
||||||
|
isSized: false,
|
||||||
|
hasPrecision: false,
|
||||||
|
defaultSize: 'MAX',
|
||||||
|
hasQuotes: true,
|
||||||
|
},
|
||||||
TEXT: {
|
TEXT: {
|
||||||
type: "TEXT",
|
type: "TEXT",
|
||||||
checkDefault: (field) => true,
|
checkDefault: (field) => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user