4 lines
207 B
MySQL
4 lines
207 B
MySQL
|
|
alter table JGZL_DocumentDescription add CompilationBasis nvarchar(1000)
|
||
|
|
alter table JGZL_DocumentDescription add MainContent nvarchar(500)
|
||
|
|
alter table JGZL_DocumentDescription add CopiesNum nvarchar(500)
|
||
|
|
go
|