Coder Social home page Coder Social logo

Comments (10)

sergeysviridenko avatar sergeysviridenko commented on June 9, 2024 1

We'll try to implement in branch 4.0.x

from migrations.

sergeyklay avatar sergeyklay commented on June 9, 2024

Thanks. Fixed

from migrations.

ruudboon avatar ruudboon commented on June 9, 2024

Looks like Column::TYPE_TIME is still missing. Would be great if it can be added. @sergeyklay could you reopen this one?

from migrations.

ruudboon avatar ruudboon commented on June 9, 2024

Is there a way to implement this without having to add TYPE_TIME to Phalcon\Db\Column @sergeyklay?

from migrations.

piscinafiber avatar piscinafiber commented on June 9, 2024

Some position about type time?
because I'm running migration and time is changed to varchar

from migrations.

Cvetomird91 avatar Cvetomird91 commented on June 9, 2024

Hello,

Do we have an update on the subject? Time tables continue to be displayed as VARCHAR after running migrations.

from migrations.

sergeysviridenko avatar sergeysviridenko commented on June 9, 2024

@Cvetomird91 There isn't update. We will try to sort out with this asap.

from migrations.

ruudboon avatar ruudboon commented on June 9, 2024

@sergeysviridenko Awesome

from migrations.

murxie avatar murxie commented on June 9, 2024

Until dev tools does not support TYPE_TIME you can use following code, works fine for me

public function up() { self::$_connection->query( 'alter table TABLE_NAMEchangeCOLUMN_NAME COLUMN_NAME time' ); }

from migrations.

Jeckerson avatar Jeckerson commented on June 9, 2024

Fixed and released in v1.1.3

from migrations.

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.