first commit
This commit is contained in:
8
vendor/yiisoft/yii2/views/_addComments.php
vendored
Normal file
8
vendor/yiisoft/yii2/views/_addComments.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?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 ?>');
|
||||
Reference in New Issue
Block a user