Skip to content

ON UPDATE not supported #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Sibz opened this issue May 22, 2022 · 1 comment · Fixed by #522
Closed

ON UPDATE not supported #504

Sibz opened this issue May 22, 2022 · 1 comment · Fixed by #522

Comments

@Sibz
Copy link

Sibz commented May 22, 2022

CREATE TABLE foo (
    `creation_time`     DATETIME DEFAULT CURRENT_TIMESTAMP,
    `modification_time` DATETIME ON UPDATE CURRENT_TIMESTAMP
)

ON UPDATE is not yet parsed as valid

@frolovdev
Copy link
Contributor

Hope I can help :d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants