On Tuesday, April 7, 2015 at 4:01:13 PM UTC-7, Erik Griffin wrote: > > When you say "if you just want things to work", does this mean that is > unconventional to conditionally create the table before the class like that > and there is some more preferred method of doing things? >
Correct. In general it is bad form to conditionally create the table before the model as it makes it more difficult to change the table later. That's the problem that is best solved with migrations. Thanks, Jeremy -- 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/d/optout.
