changeAllForeignKeys('CASCADE'); } public function safeDown() { return $this->changeAllForeignKeys(); } }