consump/db/database.rec

14 lines
331 B
Plaintext

%rec: review
%doc: my media diary
%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
%auto: id created
%mandatory: title body
%allowed: id created type title episode body flags
%sort: created