I have two tables with ID columns that must be unsigned integers. When
I try to clone the database for testing, Rails misjudges these columns
as signed integers, and the test cannot proceed because this table
type does not accept a signed integer for these columns (Sphinx SE
document and body tables).

Is there a way to hook into the database cloning process and override
the generated SQL with the correct column type?

Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to