It would depend on how you are accessing the data in your production system.
A front-end applicaiton that expects this value to be an int will fail if you change it to a varchar.
If you have any procedures/views or functions that expect this value to be an int then they will also fail.