dropRewardTable(); } protected function dropRewardTable() { $table = $this->table('kg_reward'); if ($table->exists()) { $table->drop()->save(); } } }