M
M
MrChen2016-10-05 13:37:09
MySQL
MrChen, 2016-10-05 13:37:09

How to migrate one table in laravel?

Hello! I have the migrations lying in database/migrations
I ran the command php artisan migrateand I got the tables. But then I created another migration... How can I make sure that this migration is executed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Victor, 2016-10-05
@v_decadence

migraterolls unrolled migrations, just call again.

A
alveryu, 2016-10-05
@alvery

Just Run Again
The command produces all pending migrations. Any previous migrations performed will no longer run.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question