alterColumn('customer', 'email', 'DROP NOT NULL'); } public function safeDown() { $this->alterColumn('customer', 'email', 'SET NOT NULL'); } }