08-27-2016, 02:19 AM
I have all of the settings for my web application in the settings table. Unfortunately, I don't think I can simply append columns to my existing settings table - it's currently set up in a key/value configuration and there are many rows per user. I'll maybe try your suggestion in the first reply.
I am actually using an old version of UserSpice (not sure exactly which one, but it was one that has all the old UserCake table structures). So all my current user tables are prefixed with uc_ . I actually really like it that way because it groups all the user management stuff together in the database, without 'mixing' together with all my other tables. Maybe something to consider for the future.
Thanks!
I am actually using an old version of UserSpice (not sure exactly which one, but it was one that has all the old UserCake table structures). So all my current user tables are prefixed with uc_ . I actually really like it that way because it groups all the user management stuff together in the database, without 'mixing' together with all my other tables. Maybe something to consider for the future.
Thanks!