feat: get user titles described
This commit is contained in:
parent
8deba7afd9
commit
09d0d1eb4d
5 changed files with 461 additions and 124 deletions
|
|
@ -86,7 +86,7 @@ CREATE TABLE usertitles (
|
|||
title_id bigint NOT NULL REFERENCES titles (id),
|
||||
status usertitle_status_t NOT NULL,
|
||||
rate int CHECK (rate > 0 AND rate <= 10),
|
||||
review_id bigint NOT NULL REFERENCES reviews (id),
|
||||
review_id bigint REFERENCES reviews (id),
|
||||
ctime timestamptz
|
||||
-- // TODO: series status
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue