ALTER TABLE `AssetsRegister`
  ADD COLUMN IF NOT EXISTS `annual_depreciation` BIGINT NULL AFTER `useful_life`;
