taojintianxia commented on a change in pull request #11898:
URL: https://github.com/apache/shardingsphere/pull/11898#discussion_r691815520
##########
File path:
shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/resources/sql/jdbc_init.sql
##########
@@ -30,4 +30,5 @@ CREATE TABLE IF NOT EXISTS t_config (id INT NOT NULL, status
VARCHAR(45) NULL, P
CREATE TABLE IF NOT EXISTS t_user_0 (id INT NOT NULL, name VARCHAR(45) NULL,
PRIMARY KEY (id));
CREATE TABLE IF NOT EXISTS t_user_1 (id INT NOT NULL, name VARCHAR(45) NULL,
PRIMARY KEY (id));
Review comment:
again, `CREATE TABLE IF NOT EXISTS t_user_1 (id INT NOT NULL, name
VARCHAR(45) NULL, PRIMARY KEY (id));`
the naming style of table is t_TABLE_NAME_number, but t_sys1 is
t_TABLE_NAME+number.
why not use the same style
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]