eunikorn
unread,Oct 4, 2011, 1:34:01 AM10/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to outle...@googlegroups.com
I am very new to Outlet ORM.
So far I find the documentation very well constructed and straightforward, however I do not seem to find a list of all the supported data types which can be used as field types in the configuration hash. The examples provided use only int and varchar.
Is there any way to support custom field types eg. email, pin-code or is it best to have a string (varchar) and have validations at the model level.
Also, when I use varchar as data type how do I provide the size of the field ?
Any help would be greatly appreciated.