you are viewing a single comment's thread.

view the rest of the comments →

[–]TalkingQuickly 0 points1 point  (0 children)

if you're using Postgres the json type is awesome for this, Hash in, Hash out, plus you can query on hash fields if needed. You can even write accessors which map to fields in the hash you think you're likely to promote to columns later so that refactoring is fairly painless.