GreenDao 기본 키 자동 증가 UNIQUE constraint failed: VISITORMODEL._id (code 1555)

@SuppressWarnings("serial")
@Entity
public class VisitorModel implements Serializable {
    /// Id
    @Id(autoincrement = true)
    public Long   ID;
    }

롱을 롱으로 변경하기;

좋은 웹페이지 즐겨찾기