extends |
MigrateMakeCommand |
---|
Methods | ||
---|---|---|
public
|
__construct(MigrationCreator $creator, Composer $composer)
|
# |
public
|
handle()
|
# |
protected
|
writeSqloutMigration($connection)
|
# |
protected
|
getMigrationContents($className, $connection, $tableName)
|
# |
Methods inherited from Illuminate\Database\Console\Migrations\MigrateMakeCommand |
---|
writeMigration(), getMigrationPath(), promptForMissingArgumentsUsing() |
Methods inherited from Illuminate\Database\Console\Migrations\BaseCommand |
---|
getMigrationPaths(), usingRealPath(), |
Methods used from Illuminate\Console\Concerns\CallsCommands |
---|
call(), callSilent(), callSilently(), runCommand(), createInputFromArguments(), context() |
Methods used from Illuminate\Console\Concerns\HasParameters |
---|
specifyParameters(), getArguments(), getOptions() |
Methods used from Illuminate\Console\Concerns\InteractsWithSignals |
---|
trap() |
Methods used from Illuminate\Console\Concerns\PromptsForMissingInput |
---|
interact(), promptForMissingArguments(), afterPromptingForMissingArguments(), didReceiveOptions() |
Methods used from Illuminate\Support\Traits\Macroable |
---|
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call() |
Constants inherited from Symfony\Component\Console\Command\Command |
---|
|
Properties | |||
---|---|---|---|
protected
|
|
$signature = 'sqlout:make-migration {connection? : Name of the connection}
{--name= : The name of the migration.}
{--path= : The location where the migration file should be created.}
{--realpath : Indicate any provided migration file paths are pre-resolved absolute paths.}
{--migrate : Migrate the database after the migration file has been created.}'
|
# |
protected
|
|
$description = 'Create the migration file for Sqlout, and optionally run the migration'
|
# |
Properties inherited from Illuminate\Database\Console\Migrations\MigrateMakeCommand |
---|
$creator, $composer |
Properties inherited from Illuminate\Console\Command |
---|
$laravel, $name, $help, $hidden, $isolated, $isolatedExitCode, $aliases |
Properties used from Illuminate\Console\Concerns\InteractsWithIO |
---|
$input, $output, $verbosity, $verbosityMap |
Properties used from Illuminate\Console\Concerns\InteractsWithSignals |
---|
$signals |
Properties used from Illuminate\Support\Traits\Macroable |
---|
$macros |