修改 建立電站異常設定
This commit is contained in:
parent
1be7aebc1e
commit
55ea37a1f5
@ -620,9 +620,9 @@ namespace SolarPower.Repository.Implement
|
|||||||
`Id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
`Id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`Deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否刪除, 0:否 1:是',
|
`Deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否刪除, 0:否 1:是',
|
||||||
`PowerStationId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '電站編號',
|
`PowerStationId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '電站編號',
|
||||||
`Type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '類型,0:PR值',
|
`Type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT '0' COMMENT '類型,PR值',
|
||||||
`UpperLimit` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '上限值',
|
`UpperLimit` decimal(10,2) DEFAULT NULL COMMENT '上限值',
|
||||||
`LowerLimit` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '下限值',
|
`LowerLimit` decimal(10,2) DEFAULT NULL COMMENT '下限值',
|
||||||
`Alarm` tinyint(4) NOT NULL DEFAULT '0' COMMENT '警報方式,0:email通知',
|
`Alarm` tinyint(4) NOT NULL DEFAULT '0' COMMENT '警報方式,0:email通知',
|
||||||
`CreatedBy` int(10) unsigned NOT NULL COMMENT '建立者',
|
`CreatedBy` int(10) unsigned NOT NULL COMMENT '建立者',
|
||||||
`CreatedAt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '建立時間',
|
`CreatedAt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '建立時間',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user