Skip to Content
Menu
This question has been flagged
1 Reply
3891 Views

From the production DB I need to change a field from int to char.

When I tried in local I lost all the data which is stored in the field.

What is the solution?


Avatar
Discard
Best Answer

Better you create a new char field and copy the value of int field to new char field. You can use update query as well.

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 25
6462
0
Nov 21
2542
0
May 18
2584
2
Jul 17
17681
0
May 16
4471