feat: cursor stub added

This commit is contained in:
Iron_Felix 2025-11-19 03:58:46 +03:00
parent fbf3f1d3a2
commit 34d9341e75
5 changed files with 214 additions and 20 deletions

View file

@ -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,