owner column

This commit is contained in:
Riccardo Berto 2021-02-24 11:18:27 +01:00
parent 6084a79b3c
commit b2364b6252

View File

@ -1,5 +1,6 @@
create table if not exists training(
id uuid primary key default gen_random_uuid(),
owner varchar(255) not null,
filename text not null,
medium varchar(255) not null,
description text not null,