Skip to Content
Menu
This question has been flagged
1 Odpoveď
4319 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
7624
0
nov 21
2894
0
máj 18
2921
2
júl 17
18283
0
máj 16
4885