create table listings(
id integer unsigned NOT NULL AUTO_INCREMENT,
accountId integer unsigned default null,
...
fulltext index (keywords),
....
);
怎么删除其中的fulltext index?
|
|
怎么删除其中的fulltext index? |
||
|
|
|
|
你可以运行:
当 |
||
|
|