ALTER TABLE `academic_verifications` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `created_at`;
ALTER TABLE `lrc_verifications` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `created_at`;
ALTER TABLE `malpractice_verifications` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `created_at`;
ALTER TABLE `mvr_verifications` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `created_at`;
ALTER TABLE `crim_verification_records` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `print_position`;
ALTER TABLE `employment_verifications` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `created_at`;
ALTER TABLE `drug_verifications` ADD `recruiter_reviewed` BOOLEAN NULL AFTER `created_at`;