_addComments.php 248 B

12345678
  1. <?php
  2. /**
  3. * Creates a call for the method `yii\db\Migration::createTable()`
  4. */
  5. /* @var $table string the name table */
  6. /* @var $tableComment string the comment table */
  7. ?> $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');