Comparing version 0.0.10 to 0.0.11
@@ -188,3 +188,3 @@ #!/usr/bin/env node | ||
for (const column of columns) { | ||
const comment2 = columnsCommentsAdapter[table] ? ` // ${columnsCommentsAdapter[table]}` : ""; | ||
const comment2 = columnsCommentsAdapter[column] ? ` // ${columnsCommentsAdapter[table]}` : ""; | ||
const isNull = (column.Null || "").toLowerCase() === "YES"; | ||
@@ -191,0 +191,0 @@ const defaultValueComment = column.Default === null ? "" : ` // default: ${column.Default}`; |
{ | ||
"name": "dbspace", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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
104681