change field from varchar(55) to something greater
-
I would like to change the field “name” in the wp_terms database from a varchar(55) to something larger, like a varchar(200).
I know how to do this through phpmyadmin, but i just wanted to post to the community first to see if anybody thinks this is a bad idea, and what gotcha i might run into changing the database schema. This is a change for a site set to go into production next week so I don’t want to do anything too risky.
what problems might i run into… on upgrade, after making the change…. etc?
my client is using the xlanguage plugin, so the name field sometimes has 3 values, seperated by a | … so varchar(55) is often inconvenient.
thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change field from varchar(55) to something greater’ is closed to new replies.