/**
  * @inheritdoc
  */
 public function down()
 {
     $this->dropColumn(Page::tableName(), 'source_id');
     $this->dropColumn(Page::tableName(), 'lang_id');
 }
 public function down()
 {
     $this->dropTable(Page::tableName());
 }