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

index 905ddea..f2f1caa 100644 (file)
@@ -301,6 +301,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();
         }