We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
实际正确的sql应该为h2里面的sql
INSERT IGNORE INTO `user`(`id`, name, email, mobile, type, create_date, update_time, receive_notice, password) VALUES ('1', 'admin', '[email protected]', '18688888888', '1', '2018-10-01', '2018-10-01 09:49:00', '1', '21232f297a57a5a743894a0e4a801fc3');
The text was updated successfully, but these errors were encountered:
init.sql是在初始化时,只执行一次的,请勿重复执行,具体参考https://github.com/sohutv/mqcloud/wiki/%E7%94%9F%E4%BA%A7%E6%A8%A1%E5%BC%8F
Sorry, something went wrong.
表的字段列和插入数据对应不上会报错,不单单是重复执行的问题
No branches or pull requests
实际正确的sql应该为h2里面的sql
The text was updated successfully, but these errors were encountered: