试压包增加打印分类打印
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
|
||||
create table dbo.PTP_TestPackagePrint
|
||||
(
|
||||
Id varchar(50) not null
|
||||
constraint PTP_TestPackagePrint_pk
|
||||
primary key,
|
||||
PTP_ID varchar(50),
|
||||
TypeInt int,
|
||||
PrintCount int
|
||||
)
|
||||
go
|
||||
|
||||
exec sp_addextendedproperty 'MS_Description', N'桿箕관댔丹깊', 'SCHEMA', 'dbo', 'TABLE', 'PTP_TestPackagePrint'
|
||||
go
|
||||
|
||||
exec sp_addextendedproperty 'MS_Description', N'寮숩id', 'SCHEMA', 'dbo', 'TABLE', 'PTP_TestPackagePrint', 'COLUMN',
|
||||
'Id'
|
||||
go
|
||||
|
||||
exec sp_addextendedproperty 'MS_Description', N'桿箕관id', 'SCHEMA', 'dbo', 'TABLE', 'PTP_TestPackagePrint', 'COLUMN',
|
||||
'PTP_ID'
|
||||
go
|
||||
|
||||
exec sp_addextendedproperty 'MS_Description', N'잚깎', 'SCHEMA', 'dbo', 'TABLE', 'PTP_TestPackagePrint', 'COLUMN',
|
||||
'TypeInt'
|
||||
go
|
||||
|
||||
exec sp_addextendedproperty 'MS_Description', N'댔丹늴鑒', 'SCHEMA', 'dbo', 'TABLE', 'PTP_TestPackagePrint', 'COLUMN',
|
||||
'PrintCount'
|
||||
go
|
||||
|
||||
Reference in New Issue
Block a user