forked from mttu-developers/konabot
我拿 AI 改坏枪代码!
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
-- 创建所有表
|
||||
CREATE TABLE IF NOT EXISTS air_conditioner (
|
||||
id VARCHAR(128) PRIMARY KEY,
|
||||
'on' BOOLEAN NOT NULL,
|
||||
"on" BOOLEAN NOT NULL,
|
||||
temperature REAL NOT NULL,
|
||||
burnt BOOLEAN NOT NULL,
|
||||
frozen BOOLEAN NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user