feat: refs #8477 add fee column to awb table #3400

Merged
ivanm merged 4 commits from 8477-AddFeeToAWB into dev 2025-01-31 10:42:44 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `vn`.`awb`
ADD COLUMN `costPerKg` DECIMAL(10, 2) UNSIGNED DEFAULT NULL COMMENT 'Tarifa que indica a cuanto cuesta el kilo en ese vuelo';