explicitly name URI attribute for Poll_response

This commit is contained in:
Evan Prodromou 2011-07-04 15:47:09 -04:00
parent 89816551e6
commit c468b0d7f3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class Poll_response extends Managed_DataObject
{
public $__table = 'poll_response'; // table name
public $id; // char(36) primary key not null -> UUID
public $uri; // varchar(255)
public $poll_id; // char(36) -> poll.id UUID
public $profile_id; // int -> profile.id
public $selection; // int -> choice #