consump/db/database.rec

14 lines
331 B
Plaintext
Raw Normal View History

2023-10-03 19:47:30 +00:00
%rec: review
%doc: my media diary
2023-10-03 19:47:30 +00:00
%key: id
%unique: id
%type: id int
%type: created date
%type: episode,title line
%typedef: type enum podcast listening watching playing reading
%typedef: flags enum published draft unlisted
2023-10-03 19:47:30 +00:00
%auto: id created
%mandatory: title body
%allowed: id created type title episode body flags
2023-10-03 19:47:30 +00:00
%sort: created