ALTER TABLE `invoices` ADD `exportStatus` enum('not_exported','exported','export_error') DEFAULT 'not_exported' NOT NULL;