diff --git a/src/data/datatypes.js b/src/data/datatypes.js index eabf26a..9fda287 100644 --- a/src/data/datatypes.js +++ b/src/data/datatypes.js @@ -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", diff --git a/src/index.css b/src/index.css index 62a845d..b26793e 100644 --- a/src/index.css +++ b/src/index.css @@ -62,6 +62,11 @@ color: inherit; } +:disabled { + /* inherit Semi's cursor style for disabled elements */ + cursor: inherit; +} + ::-webkit-scrollbar { width: 8px; height: 8px;