|
@ -31,6 +31,7 @@ CREATE TABLE IF NOT EXISTS channel ( |
|
|
code TEXT,--通道code |
|
|
code TEXT,--通道code |
|
|
solution_id INTEGER,--绑定的溶液id |
|
|
solution_id INTEGER,--绑定的溶液id |
|
|
concentration INTEGER,--溶液浓度 |
|
|
concentration INTEGER,--溶液浓度 |
|
|
|
|
|
target_volume REAL,--添加溶液量 |
|
|
current_volume REAL,--当前溶液量 |
|
|
current_volume REAL,--当前溶液量 |
|
|
received_volume REAL,--领取溶液量 |
|
|
received_volume REAL,--领取溶液量 |
|
|
create_time TEXT DEFAULT CURRENT_TIMESTAMP, |
|
|
create_time TEXT DEFAULT CURRENT_TIMESTAMP, |
|
|