Jump to content

RENAME TABLE and indexes


richswww

Recommended Posts

(Possibly) dumb question:

Let's say I have table foo with an index called myindex.

If I do "RENAME TABLE foo TO bar" ...

Will the "myindex" index be attached to the new table "bar", or should I drop the "myindex" index from the foo table and recreate it on the "bar" table after the rename?

Thanks,
Rich Stephens
Link to comment
https://forums.phpfreaks.com/topic/16547-rename-table-and-indexes/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.