-
admin
7 天以前 a95ad9fef48fd7ebaae3e5c9ba67d51dd21444ff
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 '产品编码',