Update qywecahtpush.sql

pull/1/head
wangsiyuan 2024-04-22 15:07:35 +08:00
parent f9c47e25e4
commit bbb7bedc94
1 changed files with 4 additions and 3 deletions

View File

@ -45,9 +45,10 @@ CREATE TABLE device_info (
sn VARCHAR(255), sn VARCHAR(255),
device_model VARCHAR(255), device_model VARCHAR(255),
last_online_time BIGINT, last_online_time BIGINT,
status INT status INT,
remark VARCHAR(255)
); );
INSERT INTO device_info (is_monitored, time_out_period, device_brand, android_version, sn, device_model, last_online_time, status) VALUES INSERT INTO device_info (is_monitored, time_out_period, device_brand, android_version, sn, device_model, last_online_time, status,remark) VALUES
(1, 600, 'google', 'Android 10', UNIX_TIMESTAMP(), 1), (1, 1800, 'google', 'Android 10',,'Pixel 3', UNIX_TIMESTAMP(), 1,'转发设备'),