当前位置:网站首页>Laravel, execute PHP artist migrate and report an error alter table `users`add unique `users_ email_ unique`(`email`))
Laravel, execute PHP artist migrate and report an error alter table `users`add unique `users_ email_ unique`(`email`))
2022-06-29 03:18:00 【Sugar bean Baba】
Method 1
modify config/database.php file , Keyword search : utf8mb4 Replace with utf8 That's all right. .
Method 2
modify app/Providers/AppServiceProvider.php file :
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
···
Laravel The pit encountered by the project :alter table users add unique users_email_unique(email))
边栏推荐
- Double click events and click events
- Allegro's method of setting network flying line and network color
- FPGA (VIII) RTL code IV (basic circuit design 1)
- PAT甲级 A1057 Stack
- Etcd教程 — 第七章 Etcd之事务API
- Altium Designer中从已有的PCB中导出所有元件的封装的方法
- Problème - Ajouter shellerror: permissions d'instrumentation pour le périphérique: vérifier les règles udev.
- Data discretization
- How to skip time when closing a socket connection_ Wait status of wait
- Basic MySQL database operations
猜你喜欢

深入解析 Apache BookKeeper 系列:第三篇——读取原理
![[Algèbre linéaire] 1.1 déterminant du deuxième et du troisième ordre](/img/ea/70b59c64d3287a887e371a9181fe45.png)
[Algèbre linéaire] 1.1 déterminant du deuxième et du troisième ordre
![[together with Shangshui Shuo series] day 6-strong liver academic paper! The most detailed explanation!](/img/70/595a94ba19d29a56a4f0bb5964a199.png)
[together with Shangshui Shuo series] day 6-strong liver academic paper! The most detailed explanation!

MySQL advanced SQL statement (Part 2)
![[leetcode daily question] number of schemes to reconstruct a tree](/img/82/2ed8c9747f9fa36fde4f18cf8966be.jpg)
[leetcode daily question] number of schemes to reconstruct a tree

2022-2028 global UAV detection radar industry research and trend analysis report
![[thread communication]](/img/32/7374fd2eb9ae613f00415c86cb245e.png)
[thread communication]

19.03 容器的说明和简单应用例续

18. `bs object Node name next_ Sibling` get sibling nodes
![[Shangshui Shuo series] the simplest subtitle configuration](/img/22/7e0bcb489d0f2d35c7fe3248ad3419.png)
[Shangshui Shuo series] the simplest subtitle configuration
随机推荐
Tortoise 没有显示绿色图标
想当设备管理师?满足这三个报考条件就可以
深度解析“链动2+1”模式的商业逻辑
如何在关闭socket连接的时候跳过TIME_WAIT的等待状态
MySQL advanced SQL statement (Part 2)
Merge sort
In the name of love, fresh e-commerce companies rush to sell flowers on Valentine's Day
Certification training | streamnational certification training phase 2
FortiGate firewall filters the specified session and cleans it up
Digital twin application of smart Park Based on Web GIS aerial photography
[线性代数] 1.1 二阶与三阶行列式
SQL continuous login problem
Altium Designer中从已有的PCB中导出所有元件的封装的方法
初探元宇宙存储,数据存储市场下一个爆点?
Etcd tutorial - Chapter 7 etcd transaction API
The continued movement of Jerry's watch [chapter]
Method overload summary
Synchronous movement state of Jerry's watch [chapter]
FPGA(八)RTL代码之四(基本电路设计1)
双击事件与单击事件的那些事