Skip to Content
Menu
This question has been flagged
1 Odpoveď
4009 Zobrazenia

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
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
mar 25
6911
0
nov 21
2655
0
máj 18
2737
2
júl 17
17889
0
máj 16
4630