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/279.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
- JQuery 根据指定值动态设置 select 下的 option 选中全球[VPS测评]
- 数脉科技香港服务器五一促销,阿里云网络与自治网络自由切换,10M 无限流香港VPS[主机]
- DedeCMS 自带的评论功能不显示内容编辑器的解决办法全球[VPS测评]
- 阿里云服务器 2020 年 2 月促销,100%CPU 性能,2 核 4全球[VPS测评]
- 极安主机→CDN 有新加坡 韩国 香港 美国等节点 5Mbps 带宽 不韩国VPS[主机]
- Servarica→$7 月 XEN-1G 内存 1.5T 硬盘 100全球[VPS测评]
- 2020 年最新国外便宜 VPS 盘点全球[VPS测评]
- CMIVPS 新年优惠全站 VPS 年付 7 折全球[VPS测评]
- OVH - 重启悉尼新加坡地区业务 包括 VPS 及公共云等产品全球[VPS测评]
- 25 元 月 512M 内存 10G 硬盘 500G 流量 100Mbp全球[VPS测评]
- 疯狂猜成语 图猜成语很多亲戚关系的字被关在笼子里是什么成语?全球[VPS测评]
- 阿里云服务器拼团→低至 1.5 折起 2 核 1G 云服务器低至 148全球[VPS测评]
- 日本 VPS ¥36 月 2G 内存 40G SSD 4Mbps 不限量日本VPS[主机]
- 促销 ZJI→香港邦联服务器 8 折优惠 山河城高防服务器 8 折优惠 独立服务器[U]
- 疯狂猜成语 图猜成语一个人身上插着一把剑旁边一个仁字是什么成语?全球[VPS测评]
- 云闪付 各省市优惠券发放汇总和加油 66 折全球[VPS测评]
- SoftShellWeb 黑五促销 中国台湾大陆优化线路 1g内存 带5全球[VPS测评]
- SwanCloud(天鹅云)阿里云国际版正规分销商 无须信用卡/PayP全球[VPS测评]
- Virmach → $7年付 256M $13年付512M KVM机型 全球[VPS测评]
- 搬瓦工日本软银限量版 → 联通用户首选 → 512M 10G SSD 日本VPS[主机]
- CloudIPLC 沪日IPLC → 老牌稳定可靠IPLC全球[VPS测评]
- CentOS 7.x 系统安装和配置redis-7.0.4集群全球[VPS测评]
- 深圳市城市交通规划设计研究中心股份有限公司关于与腾讯云计算(北京)有限责全球[VPS测评]
- 2023年 IDC市场结构和方向的深度分析全球[VPS测评]
- 江苏高防服务器哪里买?宿迁BGP、宿迁双线高防服务器的价格全球[VPS测评]
- 阳帝云双十二活动:1核1G10M大宽带香港BGP云服务器,月付14元香港VPS[主机]
- RangCloud:山东BGP NAT VPS,19元/首月,大带宽VP香港VPS[主机]
- 原创解析:云计算含义及定义全球[VPS测评]
- 阿里云香港服务器多少钱一年?香港云服务器租用年付价格表香港VPS[主机]
- CMCUCT:2核2GB/20GB香港ntt线路vps 6TB流量/1G香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-214076.html











