Do this: run Liquibase generateChangelog on an existing SQL Server database. This will generate examples for you based on your own database. It's pretty neat!
The cool thing about Liquibase is that it is platform agnostic. So, any examples at liquibase.org should be applicable to SQL Server.
Robert