moving_time and stopped_time col
This commit is contained in:
parent
8fbdc77656
commit
35f2794d5f
2
init.sql
2
init.sql
@ -4,6 +4,8 @@ create table if not exists training(
|
|||||||
filename text not null,
|
filename text not null,
|
||||||
medium varchar(255) not null,
|
medium varchar(255) not null,
|
||||||
description text not null,
|
description text not null,
|
||||||
|
moving_time float not null,
|
||||||
|
stopped_time float not null,
|
||||||
data jsonb not null default '{}'
|
data jsonb not null default '{}'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user