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?
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?
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.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
1
5월 26
|
10734 | |||
|
0
11월 21
|
3997 | |||
|
0
5월 18
|
3990 | |||
|
2
7월 17
|
20122 | |||
|
0
5월 16
|
6585 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.