dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 376 forks source link

For fields using a type in customTypes using "required" does not set "NOT NULL" for mysql. #772

Open insidewhy opened 7 years ago

insidewhy commented 7 years ago

Although it does set "NOT NULL" it if the field bearing the custom type is used as a key.