feed_id integer not null references ttrss_feeds(id) ON DELETE CASCADE,
updated datetime not null,
title text not null,
- guid varchar(250) not null unique,
- link varchar(250) not null,
+ guid text not null unique,
+ link text not null,
content text not null,
content_hash varchar(250) not null,
last_read datetime,
feed_id int references ttrss_feeds(id) ON DELETE CASCADE not null,
updated timestamp not null,
title text not null,
- guid varchar(300) not null unique,
- link varchar(300) not null,
+ guid text not null unique,
+ link text not null,
content text not null,
content_hash varchar(250) not null,
last_read timestamp,