feat: cursor stub added
This commit is contained in:
parent
fbf3f1d3a2
commit
34d9341e75
5 changed files with 214 additions and 20 deletions
|
|
@ -59,7 +59,7 @@ CREATE TABLE studios (
|
|||
);
|
||||
|
||||
CREATE TABLE titles (
|
||||
// TODO: anime type (film, season etc)
|
||||
-- // TODO: anime type (film, season etc)
|
||||
id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||
-- example {"ru": ["Атака титанов", "Атака Титанов"],"en": ["Attack on Titan", "AoT"],"ja": ["進撃の巨人", "しんげきのきょじん"]}
|
||||
title_names jsonb NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue