chore: started working on #38
This commit is contained in:
@@ -33,7 +33,11 @@ create table if not exists model_data_point (
|
||||
file_path text not null,
|
||||
-- 1 training
|
||||
-- 2 testing
|
||||
model_mode integer default 1
|
||||
model_mode integer default 1,
|
||||
-- -1 Error on creation
|
||||
-- 1 OK
|
||||
status integer not null,
|
||||
status_message text
|
||||
);
|
||||
|
||||
-- drop table if exists model_definition;
|
||||
|
||||
Reference in New Issue
Block a user