IOP-Patho/vendor/yiisoft/yii2/views/_addComments.php

8 lines
248 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?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 ?>');