MetaModels\Attribute\BaseSimple::initializeAUX PHP Method

initializeAUX() public method

Delete all auxiliary data like a column in the MetaModel table or references in another table etc.
public initializeAUX ( ) : void
return void
    public function initializeAUX()
    {
        parent::initializeAUX();
        $this->createColumn();
    }