Info
- 2 posts
- 2 voices
- Started 4 years ago by darkling235
- Latest reply from fel64
- This topic is not resolved
Adding a column to a table install
-
- Posted 4 years ago #
I have the code to work with the new field in the DB all ready and tested. To test it I just created a new column in the user table manually. Is there a way to do it automatically on install?
I.E. bbpress creates a bunch of tables and fields when it is first activated, how can I alter what tables are created and what columns they possess?
-
- Posted 4 years ago #
You can use plugin scripts, but this is a terrible idea. This is exactly what the wp_/bb_usermeta table is for.
-
You must log in to post.