Skip to Content
Menu
This question has been flagged
1 Odpoveď
4175 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
7343
0
nov 21
2788
0
máj 18
2871
2
júl 17
18176
0
máj 16
4777