This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
CANCERYS\kw093
1 month ago
parent
9cd340dde8
commit
603362126f
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/main/resources/db/changelog/changes/20251104_01_KelvinY/02_add_deliveryNoteCode.sql
+ 5
- 0
src/main/resources/db/changelog/changes/20251104_01_KelvinY/02_add_deliveryNoteCode.sql
View File
@@ -0,0 +1,5 @@
-- liquibase formatted sql
-- changeset KelvinY:add_delivery_note_code
ALTER TABLE `fpsmsdb`.`do_pick_order_record`
ADD COLUMN `deliveryNoteCode` VARCHAR(50) NULL AFTER `delivery_order_code`;
Write
Preview
Loading…
Cancel
Save