addColumn('accounts', 'deleted_at', $this->integer(11)->unsigned()); } public function safeDown() { $this->dropColumn('accounts', 'deleted_at'); } }