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