Comments
1 comment
-
pwo311
It's true that we can't indent the Alter Column at the moment.
Could you kindly post this suggestion on the user voice as it allows other users to vote on it https://redgate.uservoice.com/forums/94413-sql-prompt
Thanks!
Add comment
Please sign in to leave a comment.
Alter Table dbo.TableName
Alter Column AColumnName varchar(12);
to
Alter Table dbo.TableName
Alter Column AColumnName varchar(12);