7 lines
156 B
MySQL
7 lines
156 B
MySQL
|
-- Place your SQL code here
|
||
|
|
||
|
USE vn;
|
||
|
|
||
|
ALTER TABLE vn.item CHANGE packingShelve packingShelve__ int(11) DEFAULT NULL NULL COMMENT '@deprecated 2024-31-01';
|
||
|
|