Comparing version 0.0.13 to 0.0.14
@@ -189,3 +189,3 @@ #!/usr/bin/env node | ||
const comment2 = columnsCommentsAdapter[column.Field] ? ` // ${columnsCommentsAdapter[column.Field]}` : ""; | ||
const isNull = (column.Null || "").toLowerCase() === "YES"; | ||
const isNull = (column.Null || "").toLowerCase() === "yes"; | ||
const defaultValueComment = column.Default === null || typeof column.Default === "undefined" ? "" : ` // default: ${column.Default}`; | ||
@@ -192,0 +192,0 @@ writeOutput(`${column.Field}:${convertType(column.Type, dbType, conf)}${isNull ? "|null" : ""};${defaultValueComment}${comment2}`, 2); |
{ | ||
"name": "dbspace", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Creating typescript interfaces for mariadb and manticore search", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package