use embshist
;

alter table FhlLoan add SpecialEligProg char(4) not null default '#'
;

alter table FnmLoan add SpecialEligProg char(4) not null default '#'
;