Hello,
Just started experimenting with hobo.

I am trying to figure out how and where the length of the text fileds
for fields of type :string are defined.
If I have a field for a ZIP code I do not want it spanning some 80
characters.
I tried in the model definition:
  fields do
     name :string
     str  :string ,:length =>60
     zip  :string ,:length =>10
     city :string ,:length =>60
 end

.. but that did not change anything. Searched a bit in the
documentation but could not find anything.
Any clue would be nice

Thanx  RolandO

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to