mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 06:54:39 +01:00
8 lines
248 B
PHP
8 lines
248 B
PHP
<?php
|
|
/**
|
|
* Creates a call for the method `yii\db\Migration::createTable()`
|
|
*/
|
|
/* @var $table string the name table */
|
|
/* @var $tableComment string the comment table */
|
|
?> $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');
|