-- AlterTable
ALTER TABLE `transaction` ADD COLUMN `isDeliveryNote` BOOLEAN NOT NULL DEFAULT false;
