GreenDaoUpgradeHelper icon indicating copy to clipboard operation
GreenDaoUpgradeHelper copied to clipboard

no such column: PLAY_LIST_INFO.TYPE

Open vonions opened this issue 5 years ago • 1 comments

数据库表增加字段升级数据库时 原有的数据中有id自增长 @Id(autoincrement = true) private Long id; 报 UNIQUE constraint failed: PLAY_LIST_INFO._id (Sqlite code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)

vonions avatar Dec 18 '19 09:12 vonions

不支持唯一键约束,见https://github.com/yuweiguocn/GreenDaoUpgradeHelper/issues/34

yuweiguocn avatar Dec 19 '19 03:12 yuweiguocn