[성현모] VPKI 프로젝트 Import
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
CREATE TABLE [dbo].[tVerifyResult]
|
||||
(
|
||||
[cCuid] BIGINT NOT NULL PRIMARY KEY,
|
||||
[cResult] NCHAR(20) NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user