Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, im creating another table using migration in laravel

php artisan migrate:make ems

after fixing my up function in migrations. when i run it

php artisan migrate

i've got a problem, it always migrating my first table that i created.

Question: how can i migrate another table?
Posted
Updated 4-Mar-15 1:39am
v2
Comments
Mohibur Rashid 7-Mar-15 10:18am    
how are you looping through your mysql tables? or what are the criteria are you following to go through the tables. withouth seeing your codes its hard to explain

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900