GithubHelp home page GithubHelp logo

Comments (7)

edsonjuniordev avatar edsonjuniordev commented on June 10, 2024

I have the same problem

from migrate.

alazarbeyenenew2 avatar alazarbeyenenew2 commented on June 10, 2024

I solved the problem by manually changing the year to 2023

from migrate.

dhui avatar dhui commented on June 10, 2024

suint(-2077783112) looks like an overflow. Are you on a 32-bit system?
See also:

from migrate.

edsonjuniordev avatar edsonjuniordev commented on June 10, 2024

I'm using a 64-bit system. And the problem started to occur in 2024.

from migrate.

alazarbeyenenew2 avatar alazarbeyenenew2 commented on June 10, 2024

i am on 64-bit but this is this is started 2024 this is how i identify the problem then try to solve in my way

from migrate.

oitan avatar oitan commented on June 10, 2024

y2k never ended

from migrate.

mateusfmello avatar mateusfmello commented on June 10, 2024

I'm having the same problem.

I believe the quickest solution to this would be to migrate away from timestamps and use the sequential option.

However, I see that it is a complex thing to do because in addition to having to change all the migration files, you also have to update the database.

Looking at the database I have, the schema_migrations table only has one version line, but it is a version code that does not exist in my migrations. I think it might be the time stamp of the last run, but I'm not sure and I don't see much point in it. In Doctrine, which I am more accustomed to using, as I am migrating from PHP to GoLang, it stores all executed migrations, that is, each migration after being executed becomes a row in the schema_migrations table.

If someone can guide me on how Migrate works with the schema_migrations table, I can write a script to facilitate the migration of the timestamp to 6-digit sequential order, which is the default for migrate create -seq.

from migrate.

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.