canyin-project/ybcy/vendor/yiisoft/yii2/views/_addComments.php
2024-11-01 16:07:54 +08:00

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