CHANGE
CHANGE = 'change' : string
Migration interface
setAdapter(\Phinx\Db\Adapter\AdapterInterface $adapter) : \Phinx\Migration\MigrationInterface
Sets the database adapter.
\Phinx\Db\Adapter\AdapterInterface | $adapter | Database Adapter |
getAdapter() : \Phinx\Db\Adapter\AdapterInterface
Gets the database adapter.
setInput(\think\console\Input $input) : \Phinx\Migration\MigrationInterface
Sets the input object to be used in migration object
\think\console\Input | $input |
setOutput(\think\console\Output $output) : \Phinx\Migration\MigrationInterface
Sets the output object to be used in migration object
\think\console\Output | $output |
setVersion(float $version) : \Phinx\Migration\MigrationInterface
Sets the migration version number.
float | $version | Version |
table(string $tableName, array $options) : \Phinx\Db\Table
Returns an instance of the <code>\Table</code> class.
You can use this class to create and manipulate tables.
string | $tableName | Table Name |
array | $options | Options |