rename comment col into description
This commit is contained in:
parent
a123a02ff0
commit
6084a79b3c
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(),
|
||||||
filename text not null,
|
filename text not null,
|
||||||
medium varchar(255) not null,
|
medium varchar(255) not null,
|
||||||
comment text not null,
|
description text not null,
|
||||||
data jsonb not null default '{}'
|
data jsonb not null default '{}'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user