mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 09:28:37 +08:00
9 lines
245 B
PHP
9 lines
245 B
PHP
<?php
|
|
/**
|
|
* Creates a call for the method `yii\db\Migration::createTable()`
|
|
*
|
|
* @var string $table the name table
|
|
* @var string $tableComment the comment table
|
|
*/
|
|
?> $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');
|