After the laravel database migrate, you want to modify the field information of the data table.

Source: Internet
Author: User
After phpartisanmigrate is executed in laravel, data is inserted in the database. However, I want to modify the structure of the object. for example, if I want to add a default value of 0 to the title field, the data will be lost. modify the data table ps (I tried to add one... execute in laravel Php artisan migrateData is also inserted in the database.
But now I want to modify the object structure, for example TitleThe default value 0 is added to the field.
If the data is withdrawn, how can we ensure that the database data can be modified again?

Ps (I have tried to create another migration if I add a field, but I cannot modify the field information)

Reply content:

Execute in laravelPhp artisan migrateData is also inserted in the database.
But now I want to modify the object structure, for exampleTitleThe default value 0 is added to the field.
If the data is withdrawn, how can we ensure that the database data can be modified again?

Ps (I have tried to create another migration if I add a field, but I cannot modify the field information)

Schema: table ('users', function ($ table) {$ table-> string ('title')-> default ('1 ') -> change ();});

Https://laravel-china.org/doc...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.