I have encountered a scenario where I'd like to force the primary keys of 
two tables to the same value in our specs. I will spare you the 
details/background here.

I'd like to issue the following query from Sequel.

ALTER TABLE tbl AUTO_INCREMENT = 1000


I could obviously just use direct SQL with DB["query"], but I was wondering 
if there's a native way to do this with Sequel schema modification methods 
<http://sequel.jeremyevans.net/rdoc/files/doc/schema_modification_rdoc.html>? I 
couldn't find anything obvious reading the documentation or the Sequel 
source code.

Thanks!
Erich

-- 
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.

Reply via email to