Skip to content
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

install.sql: fix for MySQL 5.7 compatibility #24

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

felix021
Copy link

@felix021 felix021 commented Aug 4, 2018

当前sql存在的问题:

  • 导入的时候多处报错(timestamp类型的默认值不能是 '0000-00-00 00:00:00')
  • 重新导入的时候需要手动

修复说明:

  • 默认值修改为 CURRENT_TIMESTAMP
  • 增加 DROP TABLE IF EXISTS 语句

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 this pull request may close these issues.

1 participant