type instead of medium
This commit is contained in:
parent
7ec35edcaf
commit
e4df2727e6
2
init.sql
2
init.sql
@ -2,7 +2,7 @@ create table if not exists training(
|
|||||||
id uuid primary key default gen_random_uuid(),
|
id uuid primary key default gen_random_uuid(),
|
||||||
owner varchar(255) not null,
|
owner varchar(255) not null,
|
||||||
filename text not null,
|
filename text not null,
|
||||||
medium varchar(255) not null,
|
type varchar(255) not null,
|
||||||
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user