学习记录

Results 2 comments of 学习记录

I did it like this: `line += " " + _type; if (elem.primaryKey) { line += " NOT NULL AUTO_INCREMENT"; }else{ if(!elem.nullable){ line += " NOT NULL"; } }`

the **ERDColumn** has no **documentation** property :(