Plugin::alterDb PHP Method

alterDb() public method

データベースの構造を変更する
public alterDb ( string $plugin, string $dbConfigName = 'baser', string $filterTable = '' ) : boolean
$plugin string プラグイン名
$dbConfigName string データベース設定名
$filterTable string テーブル指定
return boolean
    public function alterDb($plugin, $dbConfigName = 'baser', $filterTable = '')
    {
        return parent::initDb($dbConfigName, $plugin, false, $filterTable, 'alter');
    }