建表语句如下:

CREATE TABLE 表名 ( id INT PRIMARY KEY AUTO_INCREMENT, create_date DATETIME, create_by VARCHAR(255), last_modified_date DATETIME, last_modified_by VARCHAR(255), version INT, name VARCHAR(255), enable BOOLEAN, customer_id INT, integer_index INT, pulse_index DECIMAL(10, 2), auto_meter_code BOOLEAN, battery_low DECIMAL(10, 2), battery_high DECIMAL(10, 2), csq_low DECIMAL(10, 2), csq_high DECIMAL(10, 2) );

根据以下内容给出建表语句:字段 名称 备注id create_date create_bylast_modified_datelast_modified_by versionname 模板名称 enable 是否启用customer_id 所属客户intege

原文地址: https://www.cveoy.top/t/topic/ixeA 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录