提交 5439c7ce 编写于 作者: nengyuangzhang's avatar nengyuangzhang

Merge branch 'develop'

......@@ -35,15 +35,6 @@ CREATE TABLE IF NOT EXISTS `myems_system_db`.`tbl_microgrids_windturbines` (
PRIMARY KEY (`id`));
CREATE INDEX `tbl_microgrids_windturbines_index_1` ON `myems_system_db`.`tbl_microgrids_windturbines` (`name`);
CREATE TABLE IF NOT EXISTS `myems_system_db`.`tbl_microgrids_windturbines` (
`id` BIGINT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(255) NOT NULL,
`uuid` CHAR(36) NOT NULL,
`microgrid_id` BIGINT NOT NULL,
`capacity` DECIMAL(18, 3) NOT NULL,
PRIMARY KEY (`id`));
CREATE INDEX `tbl_microgrids_windturbines_index_1` ON `myems_system_db`.`tbl_microgrids_windturbines` (`name`);
CREATE TABLE IF NOT EXISTS `myems_user_db`.`tbl_verification_codes` (
`id` int NOT NULL AUTO_INCREMENT,
`recipient_email` VARCHAR(128) NOT NULL,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册