Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Last active February 21, 2019 20:38
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/4770f32b6eeee3a2cd3b938ce02e2598 to your computer and use it in GitHub Desktop.
Save goyalmohit/4770f32b6eeee3a2cd3b938ce02e2598 to your computer and use it in GitHub Desktop.
{
"databaseChangeLog": [{
"changeSet": {
"id": "20190221092200",
"author": "mohitgoyal",
"changes": [{
"createTable": {
"catalogName": "AdventureWorks2017",
"columns": [{
"column": {
"name": "CustomerTypeID",
"type": "nchar(10)"
}
},
{
"column": {
"name": "CustomerDesc",
"type": "nvarchar (max)"
}
},
{
"column": {
"name": "CustomerAddress",
"type": "nvarchar (max) (16)"
}
}
],
"tableName": "CustomerDetails",
"schemaName": "dbo"
}
}]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment