Missing uri property of QnA_Answer class
This commit is contained in:
parent
5478e387db
commit
13f1c2cc55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user