Laravel→SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |
![Laravel→SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length](/pics/381.png)
laravel 5.4 版本改变默认的数据库字符集为 utf8mb4。如果你运行 MySQL v5.7.7 或者更高版本,则不需要做任何事情。
否则你在运行 migrations 命令时,可能会碰到下面这个错误:
[IlluminateDatabaseQueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table users add unique users_email_unique(email)) SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes 我们可以在 appProvidersAppServiceProvider.php 文件里中的 boot 方法里设置一个默认值来解决这个错误: Schema::defaultStringLength(200);完整的 AppServerProvider.php 文件代码如下:
<?php namespace AppProviders; use IlluminateSupportServiceProvider; use IlluminateSupportFacadesSchema; class AppServiceProvider extends ServiceProvider { public function boot() { Schema::defaultStringLength(200); } public function register() { // } } 猜你可能想看的VPS
- 搬瓦工→新增 10Gbps 带宽的 cn2 gia 线路 VPS 移动+全球[VPS测评]
- 特价服务器 数脉科技→香港独立服务器 5 折优惠 CN2+BGP 线路大独立服务器[U]
- RAKsmart→VPS 限量五折 100M 1G 10G 带宽服务器特全球[VPS测评]
- NexusBytes→$21 年 384MB 内存 5GB SSD 空间虚拟空间(主机)
- 基于 Docker 搭建 Nginx 服务器 在 Docker 中部署 全球[VPS测评]
- 疯狂猜成语 图猜成语一个而两个志上面还有一个圆圈是什么成语?全球[VPS测评]
- 真实测评 六六云→洛杉矶三网双程 GIA1 核 1G 15G SSD 1全球[VPS测评]
- CloudCone→$1.8 月 KVM-512MB 10GB 1TB 全球[VPS测评]
- layer .tips 没有回调函数怎么办?全球[VPS测评]
- 便宜 35 元 月 512M 内存 10G SSD 1000G 流量@1全球[VPS测评]
- PCCW 线路 $17.1 半年 1G 内存 20G SSD 100Mb全球[VPS测评]
- 桔子数据→28 元 月 1GB 内存 40GB SSD 空间 500GB虚拟空间(主机)
- V5.NET新上台湾独服/香港平价独服 新用户首单七折 香港独服HKD3香港VPS[主机]
- 搬瓦工双十一 全场11%优惠码 BWH20201111 循环折扣终身八九全球[VPS测评]
- 如何通过正确整理旧文章来增加网站SEO优化全球[VPS测评]
- WordPress主题:昼夜双版Panda Pro 主题 慎买,更新太慢全球[VPS测评]
- 5个整理博客旧文章的SEO观念全球[VPS测评]
- Wikihost(idc.wiki) → 日本CN2 去程163回程C日本VPS[主机]
- Wikihost → 香港沙田Gen2 → 2G 20G SSD 1香港VPS[主机]
- Fatal error: Allowed memory size of 全球[VPS测评]
- 厘米云,江苏移动100G高防云服务器,4核4G内存20M带宽79元/月全球[VPS测评]
- 云服务器和云服务器租用,云服务器做什么??全球[VPS测评]
- 野草云怎么样?香港、美国圣何塞高防VPS 1核1G3M 月付19元美国VPS[主机]
- 什么是云服务器?云服务器怎么登陆?全球[VPS测评]
- 潮科技|阿里云发布第七代高主频云服务器ECS和含光800云服务器全球[VPS测评]
- 恒创主机优惠码85折_服务器优惠券8折_恒创科技优惠_代金券全球[VPS测评]
- 创意IT服务公司主页网站模板 - Softets全球[VPS测评]
- 互盟云元旦活动:云服务器1核2G首月仅18元,香港虚拟主机年付仅1折香港VPS[主机]
- 恒创科技怎么样?香港美国云服务器/独服/高防全场2.5折起美国VPS[主机]
- 如何更改WHMCS默认后台路径让WHMCS系统更安全全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-220080.html











