Lucas-307 commented on issue #6839: URL: https://github.com/apache/shardingsphere/issues/6839#issuecomment-673988802
@whg903 ,From the stack log, I think it's cause by you didn't init h2 database. you should create table "t_order" first. `Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "t_order" not found` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
