dbgenerate.js
[app.Builder.js] / dbgenerate.js
index d856eb8..e291694 100644 (file)
@@ -217,7 +217,7 @@ tables.forEach(function(table) {
        
     var firstTxtCol = '';
     
-    print(JSON.stringify(schema, null,4));
+    //print(JSON.stringify(schema, null,4));
     
     schema.forEach(function(e)  {
         var type = e.Type.match(/([^(]+)\(([^\)]+)\)/);