execute($sql); $sql="ALTER TABLE qimall_addons_course_chapter add select_type tinyint(1) not null default 2"; $this->execute($sql); }catch (\Exception $e){ } } public function down() { echo "M220817060601AlterQimallAddonsCourseChapter cannot be reverted.\n"; return false; } }