[Rails] 1.1 ruby schema breaks MySQL FULLTEXT index

Francois Beausoleil francois.beausoleil at gmail.com
Wed Mar 29 09:16:53 GMT 2006


Hi !

2006/3/28, Zak Mandhro <mandhro at yahoo.com>:
> See [http://dev.rubyonrails.org/ticket/4474] for bug tracking reference.

Actually, this is not a bug per se.  Rails has database agnostic
adapters.  Database-specific options like MySQL's FULLTEXT are
unsupported by the adapters.

As you mentionned, switching back to :sql as the schema format will
keep your database specific options intact.

Bye !
--
François Beausoleil
http://blog.teksol.info/


More information about the Rails mailing list