If i add a column to the wp_posts table in wordpress may i have problems in upgrade of wordpress??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Worpdress supports several mechanisms for plugins to store information in the database
The article Creating Tables with Plugins mentions a dbDelta function that is used for updating tables. The discussion focuses on how the function can be used to upgrade versions of custom tables but it’s probably used for the upgrade of wordpress itself.
Because of this, adding a column to wp_posts will probably not cause a problem for upgrades but may cause problems for the upgrade but probably would remove your column!
I’d recommend using one of the options available.