This commit is contained in:
2023-04-28 06:32:33 +08:00
parent eb22bf188e
commit 115d948d0f
10 changed files with 1045 additions and 422 deletions

View File

@@ -36,6 +36,9 @@ func init() {
CREATE TABLE IF NOT EXISTS models(
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT,
type TEXT,
status TEXT,
progress INTEGER,
created_at TEXT,
updated_at TEXT
);