Hi all, Just looking for some opinions on the following scenario, not very experience with database design.. I have two tables (A, B) that both require a comments column that would relate to a comments table (C).
Presently it seems like I want two different comment tables (C.A, C.B) to create the `one_to_many` `many_to_one` relationships in the Models. I do, however, sometimes need to aggregate all comments.. is there a way to implement this association in Sequel? Thanks, Adam -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
