From bbb7bedc940619cf4ed8e1c82ddf8401952d29d0 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Mon, 22 Apr 2024 15:07:35 +0800 Subject: [PATCH] Update qywecahtpush.sql --- db/qywecahtpush.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/db/qywecahtpush.sql b/db/qywecahtpush.sql index 834ee77..3eef402 100644 --- a/db/qywecahtpush.sql +++ b/db/qywecahtpush.sql @@ -45,9 +45,10 @@ CREATE TABLE device_info ( sn VARCHAR(255), device_model VARCHAR(255), 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 - (1, 600, 'google', 'Android 10', UNIX_TIMESTAMP(), 1), +INSERT INTO device_info (is_monitored, time_out_period, device_brand, android_version, sn, device_model, last_online_time, status,remark) VALUES + (1, 1800, 'google', 'Android 10',,'Pixel 3', UNIX_TIMESTAMP(), 1,'转发设备'),