feat: refs #8477 add fee column to awb table
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
1a8e962382
commit
2a7795d432
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE `vn`.`awb`
|
||||||
|
ADD COLUMN `fee` DECIMAL(10, 2) UNSIGNED DEFAULT NULL;
|
Loading…
Reference in New Issue