kokjan/vendor/yiisoft/yii2/views/_addComments.php

9 lines
245 B
PHP
Raw Normal View History

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