Rename some field of table

This commit is contained in:
wqy
2022-09-16 22:41:11 +08:00
parent cd98c27de4
commit 8ffb4ed720
5 changed files with 10 additions and 10 deletions

View File

@@ -25,6 +25,6 @@ CREATE TABLE CONTROLS_3
(
LinkID VARCHAR(32) PRIMARY KEY REFERENCES _LINK(ID)
, Status TEXT NOT NULL -- OPEN / CLOSED, a pump speed setting, or a control valve setting
, ClockTimeHour INTERVAL HOUR -- get AM/PM from it
, ClockTimeMin INTERVAL MINUTE
, Clock_Time_Hour INTERVAL HOUR -- get AM/PM from it
, Clock_Time_Min INTERVAL MINUTE
);