Documentation

MigrationsDiffDoctrineCommand extends GenerateCommand

Command for generate migration classes by comparing your current database schema to your mapping information.

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

Project Team SS4U info@cloudrexx.com

subpackage

coremodule_update

Table of Contents

Methods

execute()  : null
Generate sql queries and create new migration class
configure()  : mixed
Configuration
buildCodeFromSql()  : string
create the sql queries

Methods

execute()

Generate sql queries and create new migration class

public execute(InputInterface $input, OutputInterface $output) : null
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
InvalidArgumentException
Return values
null

buildCodeFromSql()

create the sql queries

private buildCodeFromSql(Configuration $configuration, array<string|int, mixed> $sql) : string
Parameters
$configuration : Configuration
$sql : array<string|int, mixed>
Return values
string

        
On this page

Search results