-- AlterTable
ALTER TABLE `ArreteCaisse` ADD COLUMN `manquant` INTEGER NOT NULL DEFAULT 0,
    ADD COLUMN `montantCash` INTEGER NOT NULL DEFAULT 0;
