Skip to content

mdzieg/LBOTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DB Init Script

CREATE SCHEMA [nattachment] AUTHORIZATION [dbo];

GO

create table nattachment.attachment
(
id   int identity
constraint PK_attachment
primary key,
data varbinary(max),
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages