-- AlterTable
ALTER TABLE `Inout` ADD COLUMN `approved` BOOLEAN NOT NULL DEFAULT false;
