Displaying 1 result from an estimated 1 matches for "equipmenttyp".
Did you mean:
equipmenttype
2006 Jul 16
2
how to specify a hash in a migration create_table.
...le information
in a structured manner. For example,:
Equipment type computer:
ram: 512-mb
os: PuppyLinux 2.0.1
Equipment type router:
manufacturer: LinkSys
ports: 4
wireless: yes
I would have customized view ( RJS ) that would prompt the user for the
correct information based on the EquipmentType selected. The info would
then be stored in one column in the database formatted so that it could be
parsed later. I don''t want to create a separate table for each type,
I was thinking that a hash of values would be best. How do I set that up
in a migration? Should I use a text colu...