Orcalalter table 表名 modify 字段名 default 默认值;ALTER TABLE TAB_ITS_CAPLOG_ALARM MODIFY I_FLAG1 DEFAULT 0;
Mysqlalter table TRAFFIC_EVENT_INFO add column WFSCZT int DEFAULT 0;