[Rails] Migration db_schema_import always fails.
Sean Wolfe
sean at iheartsquares.com
Sun Jan 1 21:35:37 GMT 2006
I have not been able to get DB migrations to work at all in Rails 1.0
for me. On multiple platforms I continually get the same errors. It
took me awhile to figure out some initial things, such as Migrations
don't seem to support Enum column types, and doesn't really support
Foreign key relationships (the constraints at least). After changing
my DB schema to jive more with the migrations engine, I now get the
following error.
undefined method `string_to_binary' for
ActiveRecord::ConnectionAdapters::ColumnDefinition:Class
This happens for me on Windows, Linux, MacOX, ruby 1.8.2/1.8.4, rails
1.0, mySQL 4.1.14.
looking at the error, it looks like there might be some sort of bug
with a backtick/single-quote mismatch.
Migration db_schema_import always fails.
Anybody else experiencing this?
--
Sean Wolfe
master nerd of
i heart squares, Co.
3711 N. Ravenswood Ave. #147 Chicago, IL 60613
Ph. (773) 531-6301 Fx. (773) 529-7041
http://www.iheartsquares.com
More information about the Rails
mailing list