Support the ongoing development of Laravel.io →
Database Architecture
Last updated 1 year ago.
0

If you have changes on your schema, you create a new migration file that changes that schema(e.g. adding new column). after which you will issue:

php artisan migrate

it will just execute the newly created migration schema that is not run before.

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ksharifi ksharifi Joined 5 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.