CANCERYS\kw093 1 miesiąc temu
rodzic
commit
603362126f
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +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 Wyświetl plik

@@ -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`;

Ładowanie…
Anuluj
Zapisz