mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 10:43:56 +00:00
Disable noDefault on UUID type
so it is possible to set a default value on UUID columns
This commit is contained in:
@@ -237,7 +237,7 @@ const defaultTypesBase = {
|
||||
isSized: false,
|
||||
hasCheck: false,
|
||||
hasPrecision: false,
|
||||
noDefault: true,
|
||||
noDefault: false,
|
||||
},
|
||||
ENUM: {
|
||||
type: "ENUM",
|
||||
@@ -1208,7 +1208,7 @@ const postgresTypesBase = {
|
||||
isSized: false,
|
||||
hasPrecision: false,
|
||||
hasQuotes: true,
|
||||
noDefault: true,
|
||||
noDefault: false,
|
||||
},
|
||||
XML: {
|
||||
type: "XML",
|
||||
|
Reference in New Issue
Block a user