dresende / node-orm2

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

Fix type to text instead of string for extended property #648

Closed adracus closed 9 years ago

adracus commented 9 years ago

If one wanted to define a key with type "String", one has to provide "text" but not "string"

dxg commented 9 years ago

Nice find, thank!