feat: refs #8477 change column name and add comment
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2025-01-30 17:58:39 +01:00
parent 2a7795d432
commit 148072b39d
1 changed files with 1 additions and 1 deletions

View File

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