Commit 5e9389e4 authored by Chekote's avatar Chekote

Fixed/Updated phpdoc for MySqlPlatform::_getCreateTableSQL()

parent 0a994387
......@@ -369,7 +369,13 @@ class MySqlPlatform extends AbstractPlatform
* 'comment' => 'Foo',
* 'charset' => 'utf8',
* 'collate' => 'utf8_unicode_ci',
* 'type' => 'innodb',
* 'engine' => 'innodb',
* 'foreignKeys' => array(
* new ForeignKeyConstraint(),
* new ForeignKeyConstraint(),
* new ForeignKeyConstraint(),
* // etc
* )
* );
*
* @return void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment