MySQL Forums
Forum List  »  Other Migration

Re: cannot create table
Posted by: Nick Roper
Date: July 24, 2004 02:38AM

Timothy,

The problem is that one of the columns that you're specifying in your FULLTEXT index list has been defined as type INT (NewsComments).

If you change the column type to one of the text types (which I suspect it should be anyway) then it should work OK.



--
Nick Roper

Options: ReplyQuote


Subject
Views
Written By
Posted
5067
July 23, 2004 03:45PM
Re: cannot create table
2542
July 24, 2004 02:38AM
2421
July 24, 2004 02:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.