Are columns added to the WordPress database removed in a WordPress update?

On my website, I have one author that does not want to have a credit name for the articles that they publish. To accomplish this, I can add an additional column to the WordPress user database table that I can edit manually. This is more efficient than holding this in a separate database and querying that. I’ve tested and this is working.

However, I assume that in some cases a WordPress update may cause some schema changes to the database. Does this mean that the column I added to the table could be removed automatically by a WordPress update?

1 Comment
  1. It is unlikely WP will remove a column it didn’t create. Also, I must ask, how many nanoseconds are you’re saving by skipping the joining of the posts table on the post meta table?

    And a more viable solution would be to create a dummy user account and have this user select it as the author when publishing posts on your website.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer