addColumn('customer', 'created_at', $this->integer()); } public function down() { $this->dropColumn('customer','created_at'); } }