feat: GetTitles now returns all the field needed
This commit is contained in:
parent
d1180a426f
commit
13a283ae8d
6 changed files with 119 additions and 51 deletions
|
|
@ -14,6 +14,7 @@ CREATE TABLE providers (
|
|||
|
||||
CREATE TABLE tags (
|
||||
id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||
-- example: { "ru": "Сёдзё", "en": "Shojo", "jp": "少女"}
|
||||
tag_names jsonb NOT NULL
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue