Method |
Description |
|
argsToString ( string | array $args, string $quotes = ''' ) : string |
|
|
decorate ( string $function, string | array $args, string $quotes = ''' ) : string |
Get Decorator |
|
getDefault ( string $default, string &$type ) : string |
|
|
getEnum ( string $table ) : array |
Return all enum columns for a given table |
|
getFields ( Doctrine\DBAL\Schema\Column[] $columns, Xethron\MigrationsGenerator\Generators\IndexGenerator $indexGenerator ) : array |
|
|
getLength ( integer $length ) : integer | void |
|
|
getMultiFieldIndexes ( Xethron\MigrationsGenerator\Generators\IndexGenerator $indexGenerator ) : array |
|
|
getPrecision ( integer $precision, integer $scale ) : string | void |
|
|
setEnum ( array $fields, string $table ) : array |
|
|