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
数据库表增加字段升级数据库时 原有的数据中有id自增长 @id(autoincrement = true) private Long id; 报 UNIQUE constraint failed: PLAY_LIST_INFO._id (Sqlite code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
The text was updated successfully, but these errors were encountered:
不支持唯一键约束,见#34
Sorry, something went wrong.
No branches or pull requests
数据库表增加字段升级数据库时
原有的数据中有id自增长
@id(autoincrement = true)
private Long id;
报 UNIQUE constraint failed: PLAY_LIST_INFO._id (Sqlite code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)
The text was updated successfully, but these errors were encountered: