Migrations\Shell\Task\MigrationDiffTask::calculateDiff PHP Метод

calculateDiff() защищенный Метод

This methods runs the various methods needed to calculate a diff between the current state of the database and the schema dump file.
protected calculateDiff ( ) : void
Результат void
    protected function calculateDiff()
    {
        $this->getConstraints();
        $this->getIndexes();
        $this->getColumns();
        $this->getTables();
    }