2026-02-25 06:59:34 +00:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Creates a call for the method `yii\db\Migration::createTable()`
|
2026-02-27 00:03:00 +00:00
|
|
|
*
|
|
|
|
|
* @var string $table the name table
|
|
|
|
|
* @var string $tableComment the comment table
|
2026-02-25 06:59:34 +00:00
|
|
|
*/
|
|
|
|
|
?> $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');
|