提交 e3df9ec5 authored 作者: wangjiahao's avatar wangjiahao

refactor: flyway修改

上级 0cea48a8
...@@ -230,6 +230,7 @@ SET FOREIGN_KEY_CHECKS = 0; ...@@ -230,6 +230,7 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ---------------------------- -- ----------------------------
-- Table structure for demo_new_trend_of_diagnosis -- Table structure for demo_new_trend_of_diagnosis
-- ---------------------------- -- ----------------------------
DROP TABLE IF EXISTS `demo_new_trend_of_diagnosis`;
CREATE TABLE `demo_new_trend_of_diagnosis` ( CREATE TABLE `demo_new_trend_of_diagnosis` (
`date` varchar(50) NOT NULL DEFAULT '' COMMENT '日期', `date` varchar(50) NOT NULL DEFAULT '' COMMENT '日期',
`new_diagnosis` bigint(13) DEFAULT NULL COMMENT '新增确诊', `new_diagnosis` bigint(13) DEFAULT NULL COMMENT '新增确诊',
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论