コード例 #1
0
 public function initialize(Session $session)
 {
     parent::initialize($session);
     $this->dropTable();
     $this->createTable();
 }