
I have a massive solution with 100+ tables in dev and its managed solution in production. I want to create one column in a table for some fix. Now can i create the same column in production managed solution ? usually we do it in dev and do deployment to production. Now i dont want to wait till next deployment and want to fix it immediately in production, copy it to dev later. How can i do it? Dont want to screw up production by create a column there directly
if your solution is managed you DO NOT create columns directly in production, you will screw up production.