mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
Merge pull request #1269 from Bethrezen/master
Include Schema in new migrations by default
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
echo "<?php\n";
|
echo "<?php\n";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
use yii\db\Schema;
|
||||||
|
|
||||||
class <?= $className ?> extends \yii\db\Migration
|
class <?= $className ?> extends \yii\db\Migration
|
||||||
{
|
{
|
||||||
public function up()
|
public function up()
|
||||||
|
|||||||
Reference in New Issue
Block a user