execute(); } public function down() { // Drop the profile fields table DB::prepare("DROP TABLE `{prefix}actioncodes`") ->execute(); } }