MetaModels\Attribute\BaseSimple::destroyAUX PHP Method

destroyAUX() public method

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