Commit dc4e0616 by Carsten Brandt

Merge pull request #1269 from Bethrezen/master

Include Schema in new migrations by default
parents 7c7ef600 4fcad2b3
......@@ -8,6 +8,8 @@
echo "<?php\n";
?>
use yii\db\Schema;
class <?= $className ?> extends \yii\db\Migration
{
public function up()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment