filename column in training table to prevent duplicates
This commit is contained in:
parent
4943a2a3c0
commit
ecd763dad2
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(),
|
||||||
|
filename text not null,
|
||||||
medium varchar(255) not null,
|
medium varchar(255) not null,
|
||||||
comment text not null,
|
comment text not null,
|
||||||
data jsonb not null default '{}'
|
data jsonb not null default '{}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user