feat: refs #8477 add fee column to awb table #3400
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE `vn`.`awb`
|
||||||
|
ADD COLUMN `fee` DECIMAL(10, 2) UNSIGNED DEFAULT NULL;
|
Loading…
Reference in New Issue