dbgenerate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 05:06:54 +0000 (13:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 05:06:54 +0000 (13:06 +0800)
dbgenerate.js

index f2f1caa..b465155 100644 (file)
@@ -302,10 +302,7 @@ tables.forEach(function(table) {
     schema.forEach(function(e)  {
         e.Type = e.type;
         e.field = e.field;
-        if (!e.Type) {
-            print(JSON.stringify(e, null,4));    Seed.quit();
-        }
-        
+         
         var type = e.Type.match(/([^(]+)\(([^\)]+)\)/);
         var row  = { }; 
         if (type) {