Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8844949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:36:59+00:00 2026-06-14T11:36:59+00:00

Pretty much just what the title says; I need to change a column name

  • 0

Pretty much just what the title says; I need to change a column name as part of a migration, can that be done and if so, how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:37:01+00:00Added an answer on June 14, 2026 at 11:37 am

    Laravel 3

    Yes it can be done, but only with raw queries. Some DBMS don’t support the changing of column names so it was decided to not implement such functionality since for some DBMS it would fail.

    So don’t forget that you can leverage raw queries using DB::raw() within migrations. You can change your column names that way.

    Laravel 4

    In Laravel 4.1 you must add doctrine/dbal as a dependency in composer.json.

    "doctrine/dbal": "2.4.*"
    

    Once you’ve run composer update you can now use the renameColumn method.

    Schema::table('users', function($table)
    {
        $table->renameColumn('location', 'address');
    });
    

    This will rename the location column to address.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Title pretty much describes it, I just need to get all the order numbers
The title pretty much says it all. How can I view the original SQL
The title pretty much says it all. I have a project that for political
Pretty much as the title says, that was the simplest way I could explain
The title pretty much says it all, but just to clarify: I have an
The title pretty much says it all. I've just set up my web server
Pretty much as the title says, if I put an image inside a details
Pretty much what it says on the tin. I've tried googling around but can't
Title pretty much sums it up. Is there a technical name given to a
The title pretty much says it. I have a UITableViewController. I have some arrays

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.