prolab-api/vendor/yiisoft/yii2/views/_addComments.php

9 lines
245 B
PHP
Raw Normal View History

2025-09-24 06:24:52 +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
*/
?> $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');