分解
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
Reference in New Issue
Block a user