summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/feed.php b/db/feed.php
index da2a2d904..f337448a4 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -39,4 +39,11 @@ class Feed extends Entity {
public $folderId;
public $unreadCount;
+ public function __construct(){
+ $this->addType('parentId', 'int');
+ $this->addType('added', 'int');
+ $this->addType('folderId', 'int');
+ $this->addType('unreadCount', 'int');
+ }
+
} \ No newline at end of file