alter table FhlLoan add ADR char(1) not null default '#'; alter table FhlLoan add NumADR int not null default -999; alter table FhlLoan add TotDefAmt float not null default -999.0; alter table FnmLoan add ADR char(1) not null default '#'; alter table FnmLoan add NumADR int not null default -999; alter table FnmLoan add TotDefAmt float not null default -999.0;