Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Last active February 28, 2019 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/6624d90e0e82e511fb094918375525b0 to your computer and use it in GitHub Desktop.
Save goyalmohit/6624d90e0e82e511fb094918375525b0 to your computer and use it in GitHub Desktop.
liquibase changelog sample in yaml format
changeSet:
id: 20190221092200
author: mohitgoyal
changes:
- createTable:
catalogName: AdventureWorks2017
columns:
- column:
name: CustomerTypeID
type: nchar(10)
- column:
name: CustomerDesc
type: nvarchar (max) (16)
tableName: person
schemaName: dbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment