hdy
7 天以前 b9df2fc5c64a1d989991655a9e42e4d1f2ec4075
sql/table.sql
@@ -20,7 +20,7 @@
-- ----------------------------
-- 2、参数采集配置
-- ----------------------------
drop table if exists sc_opc_conf;
drop table if exists sc_collection_param_conf;
create table sc_collection_param_conf (
    id           bigint(20)      not null auto_increment    comment '主键id',
    product_code         varchar(64)     default ''                 comment '产品编码',