WebStack-Laravel icon indicating copy to clipboard operation
WebStack-Laravel copied to clipboard

执行安装迁移数据命令报错,admin_config` add unique `admin_config_name_unique`

Open klmahua opened this issue 4 years ago • 1 comments

管理这是什么错误,,,具体错误代码如下: In Connection.php line 664:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t oo long; max key length is 1000 bytes (SQL: alter table admin_config add unique admin_config_name_unique(name))

In PDOStatement.php line 119:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t oo long; max key length is 1000 bytes

In PDOStatement.php line 117:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t oo long; max key length is 1000 bytes

klmahua avatar Jun 10 '21 06:06 klmahua

数据库版本mysql5.7

klmahua avatar Jun 10 '21 06:06 klmahua