Skip to content

Instantly share code, notes, and snippets.

@mwlasny
Last active August 29, 2015 14:04
ALTER TABLE table_name
ADD column_name datatype
-- example
ALTER TABLE schClients.tSenders_
ADD Confirmed BIT NOT NULL DEFAULT 0
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment