Displaying 1 result from an estimated 1 matches for "metakeyword".
Did you mean:
meta_keyword
2006 Aug 08
2
Legacy database migration causing problems during testing.
...but I''m now running into an error with
the creation of indexes on full text fields.
Mysql::Error: BLOB/TEXT column ''longteaser'' used in key specification
without a key length: CREATE INDEX `ftext` ON asarticle (`keyword`,
`title`, `author`, `longteaser`, `articletext`, `metakeywords`)
Is it possible to get the schema.rb creation process to ignore certain
tables and/or characteristics when generating itself? I''ve got about
100 tables, 5 of which I need for the project.
Anywhere you can point me would be appreciated.
Thanks.