Update V18__add_demo.sql

This commit is contained in:
fit2cloudrd 2023-09-07 15:17:35 +08:00 committed by GitHub
parent a32937287e
commit 2678737849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for demo_new_trend_of_diagnosis
-- ----------------------------
CREATE TABLE `demo_new_trend_of_diagnosis` (
CREATE TABLE IF NOT EXISTS `demo_new_trend_of_diagnosis` (
`date` varchar(50) NOT NULL DEFAULT '' COMMENT '日期',
`new_diagnosis` bigint(13) DEFAULT NULL COMMENT '新增确诊',
`current_diagnosis` bigint(13) DEFAULT NULL COMMENT '现有确诊'