Код: Выделить всё
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int color_id;
Подробнее здесь: https://stackoverflow.com/questions/266 ... s-in-mysql
Код: Выделить всё
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int color_id;