mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-01 03:26:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			248 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			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 ?>');
 | 
