Compare generated SQL Script

Is it possible to change the Script from

ALTER TABLE ADD COLUMN ;

to

ALTER TABLE

ADD COLUMN AFTER ANOTHERCOLUMN;