keithwhor / nodal

API Services Made Easy With Node.js
http://www.nodaljs.com/
MIT License
4.51k stars 209 forks source link

enum as Data Type #281

Closed sylvainlap closed 8 years ago

sylvainlap commented 8 years ago

Currently, is there a way to create an ENUM Data Type ?

keithwhor commented 8 years ago

Not currently. Maybe support soon. For now I'd use integers and a calculated field, if that works for you?

sylvainlap commented 8 years ago

but how can I realize that with Nodal ? Maybe you could add a Wiki page for this ?