[성현모] CPMeta경로 변경, 테이블 이름 수정, 스캐폴드
This commit is contained in:
@ -53,7 +53,7 @@ END
|
||||
GO
|
||||
PRINT N'$(DatabaseName) 데이터베이스를 만드는 중...'
|
||||
GO
|
||||
CREATE DATABASE [$(DatabaseName)] COLLATE Korean_Wansung_CI_AS
|
||||
CREATE DATABASE [$(DatabaseName)] COLLATE SQL_Latin1_General_CP1_CI_AS
|
||||
GO
|
||||
USE [$(DatabaseName)];
|
||||
|
||||
@ -243,11 +243,11 @@ IF fulltextserviceproperty(N'IsFulltextInstalled') = 1
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'테이블 [dbo].[tWbmsMeta]을(를) 만드는 중...';
|
||||
PRINT N'테이블 [dbo].[tWbms]을(를) 만드는 중...';
|
||||
|
||||
|
||||
GO
|
||||
CREATE TABLE [dbo].[tWbmsMeta] (
|
||||
CREATE TABLE [dbo].[tWbms] (
|
||||
[cProductID] NVARCHAR (50) NOT NULL,
|
||||
[cMacAddress] NVARCHAR (50) NULL,
|
||||
[cType] NVARCHAR (20) NULL,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user