migration - Laravel artisan migrate not creating new table -


here use php artisan make:migration create_profiles_table create entry of new migration. , php artisan migrate:status show migration status: enter image description here

after typed php artisan migrate.

problem comes: new migration table not created.

any hint me? thx

don't forget check each of migration file "exit" keyword


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -