12-18-2016, 03:36 PM
I would say deleting from the user table is pretty dangerous because the system makes assumptions that those fields will be there. You can always add columns, bu taking away doesn't enhance security or performance in any measurable way.
If you want to try to leave them out, does your "try" block still contain company and stripe_cust_id because those two are in the admin_users.php one and not in your db so they would cause it to fail. If it were me, though, I would just restore the deleted columns.
If you want to try to leave them out, does your "try" block still contain company and stripe_cust_id because those two are in the admin_users.php one and not in your db so they would cause it to fail. If it were me, though, I would just restore the deleted columns.