3 lines
184 B
MySQL
3 lines
184 B
MySQL
|
ALTER TABLE vn.client
|
||
|
CHANGE hasIncoterms hasIncoterms__ tinyint(1) DEFAULT 0 NOT NULL
|
||
|
COMMENT '@deprecated 2024-06-12 refs #7545 Received incoterms authorization from client';
|