-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
// ALTER TABLE reviews AUTO_INCREMENT = 5867 + 1 - ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '+ 1' at line 1track-db-test-library/lib/connection.js
Line 270 in 7350016
| return `ALTER TABLE ${table} AUTO_INCREMENT = ? + 1`; |
MySQLではプレースホルダと計算式の併用は出来ないそうです。
Metadata
Metadata
Assignees
Labels
No labels