ALTER TABLE crim_verifications ADD name_on_records int NOT NULL;
ALTER TABLE crim_verifications
  MODIFY COLUMN name_on_records int NULL AFTER file;