Giter Site home page Giter Site logo

Comments (3)

kitloong avatar kitloong commented on July 17, 2024

Hello @medioseureka , I will be greatful if you could share your error messages with stacktrace for investigation

from laravel-migrations-generator.

epileftro85 avatar epileftro85 commented on July 17, 2024

Hi, the thing is, the console print like if everything was done, but if I go to migrations, there is nothing in there, something that doesn't happen with the 7th version.

from laravel-migrations-generator.

kitloong avatar kitloong commented on July 17, 2024

Hi @medioseureka
I am sorry I am failed to reproduce the issue that you are facing.

Here is my steps to reproduce your issue.

MySQL: 8.0.2
PHP: 7.3.5
Laravel: 7.9.2

# Check files
ls -la ./database/migrations         
2014_10_12_000000_create_users_table.php
2014_10_12_100000_create_password_resets_table.php

# Migrate
php artisan migrate
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated:  2014_10_12_000000_create_users_table
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated:  2014_10_12_100000_create_password_resets_table

# Generate migrations
php artisan migrate:generate
Using connection: mysql

Generating migrations for: password_resets, users

 Do you want to log these migrations in the migrations table? [Y/n] :
 > n

 Setting up Tables and Index Migrations
Created: /research/laravel5.6_local/database/migrations/2020_05_02_164108_create_password_resets_table.php
Created: /research/laravel5.6_local/database/migrations/2020_05_02_164108_create_users_table.php

Setting up Foreign Key Migrations

Finished!

# Check generated files
ls -la ./database/migrations 
2014_10_12_000000_create_users_table.php
2014_10_12_100000_create_password_resets_table.php
2020_05_02_164108_create_password_resets_table.php
2020_05_02_164108_create_users_table.php

from laravel-migrations-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.