<![CDATA[ ClassExtender - modUser - Add new field after initial config - My Forums]]> https://forums.modx.com/thread/?thread=103896 <![CDATA[ClassExtender - modUser - Add new field after initial config]]> https://forums.modx.com/thread/103896/classextender---moduser---add-new-field-after-initial-config#dis-post-558767
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!]]>
patrickappelman May 27, 2018, 08:37 PM https://forums.modx.com/thread/103896/classextender---moduser---add-new-field-after-initial-config#dis-post-558767
<![CDATA[Re: ClassExtender - modUser - Add new field after initial config]]> https://forums.modx.com/thread/103896/classextender---moduser---add-new-field-after-initial-config#dis-post-558771 BobRay May 28, 2018, 06:06 AM https://forums.modx.com/thread/103896/classextender---moduser---add-new-field-after-initial-config#dis-post-558771 <![CDATA[Re: ClassExtender - modUser - Add new field after initial config (Best Answer)]]> https://forums.modx.com/thread/103896/classextender---moduser---add-new-field-after-initial-config#dis-post-558768

  1. Manually create the desired column in the database
  2. Update schema in chunk 'MyExtUserSchema' to include new column
  3. Run the 'ClassExtender' snippet again

Hope this helps someone!]]>
patrickappelman May 27, 2018, 09:38 PM https://forums.modx.com/thread/103896/classextender---moduser---add-new-field-after-initial-config#dis-post-558768