New SQL Server project templates for VS2015 (Create Default Constraint.sql)
1: ALTER TABLE [$SchemaName$].[$ParentObjectName$]
2: ADD CONSTRAINT [$ChildObjectName$]
3: DEFAULT 0
4: FOR [$UnknownColumnPlaceholder$]
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Default-Constraint-sql.htm
|