question about altering a table

Status
This content is read-only, or is not open for further replies.

dsick

Guest
offline
I'm running into an issue when I alter a table and add a new column, the new column doesn't exist and I get other errors like unknown getter, and some says the field is unknown, I know how to do the custom entities but is it a different approach for an existing table that you're altering..

This is my entity class

PHP:

Code:
<?php

namespace rblapps\rbL1\Entity;

use XF\Mvc\Entity\Entity;
use XF\Mvc\Entity\Structure;

class PollResponse extends \XF\Entity\PollResponse
{
    public static function...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom