Re: [Rails] database design question: building features

2010-01-25 Thread Will Merrell
Taylor Strait wrote: I am trying to decide between two different database architectures for an application to manage properties. For capturing the property features, I have two options: a single model/table with all the features as fields, or a set of joined models - property, feature, feature

[Rails] database design question: building features

2010-01-24 Thread Taylor Strait
I am trying to decide between two different database architectures for an application to manage properties. For capturing the property features, I have two options: a single model/table with all the features as fields, or a set of joined models - property, feature, feature data. (see attached ERD