4 lines
134 B
MySQL
4 lines
134 B
MySQL
|
alter table `vn`.`client`
|
||
|
add hasIncoterms tinyint(1) default 0 not null comment 'Received incoterms authorization from client';
|
||
|
|