Skip to Content
Menu
This question has been flagged
1 Reply
3699 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
6075
0
Nov 21
2371
0
May 18
2443
2
Jul 17
17445
0
May 16
4295