On Sat, Aug 18, 2012 at 11:30 PM, Kurtis Rainbolt-Greene <[email protected]> wrote: > Using the plural form gets the same output, so yes, I did read the README. >
Then please read again Jeremy's answer. This is what you're doing wrong: db.create_table :example You should be doing: db.create_table :examples I for one find the docs very clear and concise. Please have a look at http://sequel.rubyforge.org/rdoc/files/README_rdoc.html -- Christian -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
