gpt4 book ai didi

Php artisan 迁移失败 Laravel

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:34:27 24 4
gpt4 key购买 nike

<分区>

我有以下错误。有人明白这是为什么吗?

php artisan migrate

 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`))

创建用户表.php

Schema::create('users', function (Blueprint $table) {
$table->increments('id');
$table->string('name',255);
$table->string('email',255)->unique();
$table->string('password',255);
$table->rememberToken();
$table->timestamps();
});

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com