[성현모] SecondaryKey Null허용으로 수정
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
CREATE TABLE [dbo].[tPairKeyStorage]
|
||||
(
|
||||
[cPrimaryKey] NVARCHAR(50) NOT NULL,
|
||||
[cSecondaryKey] NVARCHAR(50) NOT NULL,
|
||||
[cSecondaryKey] NVARCHAR(50) NULL,
|
||||
[cValue1] NVARCHAR(200),
|
||||
[cValue2] NVARCHAR(200),
|
||||
[cDateTime] DATETIME2 NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user