Forum Moderators: coopster
I tried to open a specific row to look at it and clicked on "change" in the action column but it didn't do anything and I backed out of that, so I clicked on "fulltext" and it said that an index was created for that row. Is that ok?
It said this,
An index has been added on language (Query took 0.2629 sec)
SQL-query : [Edit] [Create PHP Code]
ALTER TABLE `phpads_clients` ADD FULLTEXT (
`language`
)
Apparently there's an index for "language" now, will that adversely affect anything? Everything seems to be fine, but I don't know what the "index" means.