Hi,
I have a field in table /DemoTable/ with name as /Amount/ and datatype integer , however now as per the requirement /Amount/ should be a real field. This table is already in Prod environment and there is also data in it.
The question is what the proper approach is,
1) Shall I delete and create a new Real field with same name, off course I will restore the data in that field post creation later.
OR
2) Create a new real field /AmountNewReal/ and restore data in the new field, make the old field /Amount/ as visible false.
I have checked some blogs and it says that there are too many issues if you go with option 1 however, I want to know if there is a way to fix it by option 1 as I might have to change all the references related to it.
Thanks,
VK