consump/db/database.rec

14 lines
291 B
Plaintext

%rec: review
%doc: a review of some media i consumed
%key: id
%unique: id
%type: id int
%type: created date
%type: episode,title line
%typedef: type enum podcast listening watching playing
%auto: id created
%mandatory: title body
%allowed: id created type title episode body
%sort: created