Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created February 21, 2019 19:31
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/85a68f77947dfbb49d096bc129059224 to your computer and use it in GitHub Desktop.
Save goyalmohit/85a68f77947dfbb49d096bc129059224 to your computer and use it in GitHub Desktop.
liquibase changelog sample in sql format
--liquibase formatted sql
--changeset mohitgoyal:20190221092200
CREATE TABLE [dbo].[CustomerDetails](
[CustomerTypeID] [nchar](10) NULL,
[CustomerDesc] [nvarchar](max) NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment