Commit 9c2e7661 by resurtm

Initial migration code must match code generated by console migration controller.

Minor consistency issue. See the following files for more details: 1. framework/views/migration.php 2. framework/console/controllers/MigrateController.php
parent 46591248
<?php
use yii\db\Schema;
use yii\db\Migration;
class m130524_201442_init extends \yii\db\Migration
class m130524_201442_init extends 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