2.0.3 115 Bytes
ALTER  TABLE railway.`RW_API_LOG`
ADD COLUMN `OBJECT_ID` BIGINT(20)  DEFAULT NULL COMMENT '对象id' AFTER `ID`;