新增字段脚本

parent d053fa03
-- Add/modify columns
-- Add/modify columns
alter table TB_ST_REGIONALSTASK add FSR_JH VARCHAR2(10);
alter table TB_ST_REGIONALSTASK add FSR_IDENTITY VARCHAR2(20);
-- Add comments to the columns
comment on column TB_ST_REGIONALSTASK.FSR_JH
is '发送人警号';
comment on column TB_ST_REGIONALSTASK.FSR_IDENTITY
is '发送人身份证号';
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