Browse Source

code style

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
ab882a3c00
  1. 4
      apps/advanced/console/migrations/m130524_201442_init.php

4
apps/advanced/console/migrations/m130524_201442_init.php

@ -21,8 +21,8 @@ class m130524_201442_init extends \yii\db\Migration
'role' => Schema::TYPE_SMALLINT . ' NOT NULL DEFAULT 10',
'status' => Schema::TYPE_SMALLINT . ' NOT NULL DEFAULT 10',
'created_at' => Schema::TYPE_INTEGER.' NOT NULL',
'updated_at' => Schema::TYPE_INTEGER.' NOT NULL',
'created_at' => Schema::TYPE_INTEGER . ' NOT NULL',
'updated_at' => Schema::TYPE_INTEGER . ' NOT NULL',
], $tableOptions);
}

Loading…
Cancel
Save