6 lines
337 B
MySQL
6 lines
337 B
MySQL
|
ALTER TABLE vn.volumeConfig
|
||
|
MODIFY COLUMN palletM3 decimal(10,2) DEFAULT NULL NULL
|
||
|
COMMENT 'metros cúbicos para el warehouse VNH (Se refactorizará en el redmine refs #8637)',
|
||
|
ADD localPalletM3 decimal(10,2) NULL
|
||
|
COMMENT 'metros cúbicos para el warehouse Algemesi (Se refactorizará en el redmine refs #8637)';
|