java.sql.SQLException: Duplicate foreign key constraint name 'ACT_FK_BYTEARR_DEPL'
这个是数据库问题吗,外键错误
我的mysql版本
Your MySQL connection id is 849
Server version: 8.0.28 MySQL Community Server - GPL
运行工作流报错:
ERROR problem during schema create, statement alter table ACT_GE_BYTEARRAY
add constraint ACT_FK_BYTEARR_DEPL
foreign key (DEPLOYMENT_ID_)
references ACT_RE_DEPLOYMENT (ID_)
java.sql.SQLException: Duplicate foreign key constraint name 'ACT_FK_BYTEARR_DEPL'
咋搞?
登录后可查看更多问答,登录/注册