Commit eb80a379 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #21 from Chekote/mysqlplatform_comment_fix

MySqlPlatform PHPDoc Update
parents c73176c1 5e9389e4
...@@ -369,7 +369,13 @@ class MySqlPlatform extends AbstractPlatform ...@@ -369,7 +369,13 @@ class MySqlPlatform extends AbstractPlatform
* 'comment' => 'Foo', * 'comment' => 'Foo',
* 'charset' => 'utf8', * 'charset' => 'utf8',
* 'collate' => 'utf8_unicode_ci', * 'collate' => 'utf8_unicode_ci',
* 'type' => 'innodb', * 'engine' => 'innodb',
* 'foreignKeys' => array(
* new ForeignKeyConstraint(),
* new ForeignKeyConstraint(),
* new ForeignKeyConstraint(),
* // etc
* )
* ); * );
* *
* @return void * @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