Hi
I want to set some table options like the AUTO_INCREMENT value for a mysql
table. I think there isn't a programmatic way to do this, so I'm going to
write some extensions to the Schema::Generator so one can do something like
this:
DB.alter_table("table") do
option 'AUTO_INCREMENT', 1234
end
What do you think about this? I know the option names are not portable, but
on the other hand I think I'm not the only one who could use this.
Thank you
Hannes
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sequel-talk/-/F1kLUQepA6EJ.
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.