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

@@ -7,5 +7,5 @@ CREATE TABLE SOURCES
Node VARCHAR(32) PRIMARY KEY REFERENCES _NODE(ID)
, Type SOURCES_TYPE NOT NULL
, Strength NUMERIC NOT NULL
, TimePattern VARCHAR(32) REFERENCES _PATTERN(ID)
, Time_Pattern VARCHAR(32) REFERENCES _PATTERN(ID)
);