alter table FnmLoan add SellerCity char(50) default '#' NOT NULL / alter table FnmLoan add SellerState char(2) default '#' NOT NULL / alter table FnmLoan add ServicerCity char(50) default '#' NOT NULL / alter table FnmLoan add ServicerState char(2) default '#' NOT NULL /