Commit a51131c5 by chentian

战法结果表增加字段

parent 3982b63f
INSERT INTO XZXT.SYS_DBLOG(SID,STATUS)VALUES('S060',0);
INSERT INTO XZXT.SYS_DBLOG(SID,STATUS)VALUES('S060',0);
COMMIT;
-------------------------------------------------------------------------------------------
alter table Tb_St_Asjmodelresult add (OBJECT_TYPE_NAME VARCHAR2(100));
comment on column Tb_St_Asjmodelresult.OBJECT_TYPE_NAME
is '对象类型名称';
-------------------------------------------------------------------------------------------
UPDATE XZXT.SYS_DBLOG SET STATUS=1 WHERE SID='S060';
COMMIT;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment