I installed ClassExtender (developed by BobRay) roughly a year or more ago as a way to extend user fields more efficiently than MODX's extended profile fields. It has been super useful and has sped up quite a bit of development.
Now I would like to add some additional fields without dropping the table, losing any data, and starting over.
• Is ClassExtender able to add the new column?
• Or should I manually create the new column in the DB, adjust the 'MyExtUserSchema' schema file, and then run the ClassExtender snippet after?
Thank you for your help!