MetaModels\Attribute\BaseSimple::destroyAUX PHP Метод

destroyAUX() публичный Метод

Create auxiliary data like a column in the MetaModel table or references in another table etc.
public destroyAUX ( ) : void
Результат void
    public function destroyAUX()
    {
        parent::destroyAUX();
        $this->deleteColumn();
    }