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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
3月 25
|
6141 | ||
|
0
11月 21
|
2428 | ||
|
0
5月 18
|
2474 | ||
|
2
7月 17
|
17464 | ||
|
0
5月 16
|
4314 |