string('regex')->nullable()->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { DB::statement('ALTER TABLE `service_variables` MODIFY `regex` VARCHAR(255) NOT NULL'); } }