yiisoft/yii2

View on GitHub
framework/views/_addComments.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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 ?>');