feat(annotator): add page number for annotations, closes #3082 (#3405)

* feat(annotator): add page number in annotation

* feat: add page number for annotations, closes #3082
This commit is contained in:
Huang Xin
2026-02-28 15:08:56 +08:00
committed by GitHub
parent b50bc0b854
commit c533da498d
48 changed files with 777 additions and 57 deletions
+1
View File
@@ -63,6 +63,7 @@ CREATE TABLE public.book_notes (
style text NULL,
color text NULL,
note text NULL,
page integer NULL,
created_at timestamp with time zone NULL DEFAULT now(),
updated_at timestamp with time zone NULL DEFAULT now(),
deleted_at timestamp with time zone NULL,