/**
  * @inheritdoc
  */
 public function safeDown()
 {
     $this->dropTable(Configs::menuTable());
 }
示例#2
0
文件: Menu.php 项目: Backflag/xlzx
 /**
  * @inheritdoc
  */
 public static function tableName()
 {
     return Configs::menuTable();
 }