]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
lcase tname
[quix0rs-gnu-social.git] / classes / Notice.php
index 24a719104fc9a263e8b08feaa2046cb8b403d551..a00114f95df2043db1a0258c7c009ceb629e6352 100644 (file)
@@ -34,9 +34,11 @@ class Notice extends DB_DataObject
     public $profile_id;                      // int(4)   not_null
     public $uri;                             // varchar(255)  unique_key
     public $content;                         // varchar(140)  
+    public $rendered;                        // text()  
     public $url;                             // varchar(255)  
     public $created;                         // datetime()   not_null
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
+    public $reply_to;                        // int(4)  
 
     /* Static get */
     function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Notice',$k,$v); }