[성현모] UniqueKeyDB Scaffold 스크립트 추가, DLL 빌드 이벤트 배치로 변경
This commit is contained in:
@ -41,15 +41,6 @@ GO
|
||||
USE [$(DatabaseName)];
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'테이블 [dbo].[tUser]을(를) 변경하는 중...';
|
||||
|
||||
|
||||
GO
|
||||
ALTER TABLE [dbo].[tUser]
|
||||
ADD [cUpdateTest] NCHAR (10) NULL;
|
||||
|
||||
|
||||
GO
|
||||
/*
|
||||
배포 후 스크립트 템플릿
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user