PHP Class Xethron\MigrationsGenerator\Syntax\DroppedTable

Show file Open project: xethron/migrations-generator

Public Methods

Method Description
drop ( $tableName, null $connection = null ) : string Get string for dropping a table

Method Details

drop() public method

Get string for dropping a table
public drop ( $tableName, null $connection = null ) : string
$tableName
$connection null
return string