addColumn('customer', 'social_id', $this->string()); } public function safeDown() { $this->dropColumn('customer', 'social_id'); } }