owner column
This commit is contained in:
parent
6084a79b3c
commit
b2364b6252
1
init.sql
1
init.sql
@ -1,5 +1,6 @@
|
|||||||
create table if not exists training(
|
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,
|
||||||
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user