Missing uri property of QnA_Answer class

This commit is contained in:
Mikael Nordfeldth 2015-02-12 17:44:05 +01:00
parent 5478e387db
commit 13f1c2cc55
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class QnA_Answer extends Managed_DataObject
public $__table = 'qna_answer'; // table name
public $id; // char(36) primary key not null -> UUID
public $uri; // varchar(255)
public $question_id; // char(36) -> question.id UUID
public $profile_id; // int -> question.id
public $best; // (boolean) int -> whether the question asker has marked this as the best answer