training table
This commit is contained in:
parent
e767149802
commit
6a19ae637b
12
init.sql
12
init.sql
@ -0,0 +1,12 @@
|
||||
create table if not exists training(
|
||||
id integer primary key,
|
||||
medium varchar(255) not null,
|
||||
uuid uuid not null,
|
||||
t timestamp with time zone not null,
|
||||
lat float not null,
|
||||
lon float not null,
|
||||
speed float not null,
|
||||
altitude float not null,
|
||||
distance float not null,
|
||||
kcal int not null
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user