Commit 678ff5fc by chentian

布控表增加字段

parent 6bebd4fa
INSERT INTO XZXT.SYS_DBLOG(SID,STATUS)VALUES('S031',0);
INSERT INTO XZXT.SYS_DBLOG(SID,STATUS)VALUES('S031',0);
COMMIT;
-------------------------------------------------------------------------------------------
-- Add/modify columns
alter table TB_ST_BKXX add SMS VARCHAR2(2);
-- Add comments to the columns
comment on column TB_ST_BKXX.SMS
is '是否短信通知(0:否 1:是)';
-------------------------------------------------------------------------------------------
UPDATE XZXT.SYS_DBLOG SET STATUS=1 WHERE SID='S031';
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