Files
yii2/framework/views/_addComments.php
2025-06-03 19:57:08 +03:00

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 ?>');