chore: started working #36 and closes #12

This commit is contained in:
2023-10-06 12:13:19 +01:00
parent 16a6ae844b
commit 8d5f2a829a
10 changed files with 299 additions and 290 deletions

View File

@@ -13,7 +13,8 @@ create table if not exists models (
width integer,
height integer,
color_mode varchar (20)
color_mode varchar (20),
format varchar (20)
);
-- drop table if exists model_data_point;