BadMethodCallException ... Метод Illuminate\Database\Schema\Blueprint::after не существует.
Я не могу перенести свою базу данных для своего проекта... это ошибка, с которой я столкнулся
.................................................................................
Ошибка cmd (мне не удалось выполнить миграцию):
E:\xampp\htdocs\face_clone1>php artisan migrate
Migrating: 2021_11_19_104856_update_users_table
BadMethodCallException
Method Illuminate\Database\Schema\Blueprint::after does not exist.
at E:\xampp\htdocs\face_clone1\vendor\laravel\framework\src\Illuminate\Support\Traits\Macroable.php:103
99| */
100| public function __call($method, $parameters)
101| {
102| if (! static::hasMacro($method)) {
> 103| throw new BadMethodCallException(sprintf(
104| 'Method %s::%s does not exist.', static::class, $method
105| ));
106| }
107|
• Bad Method Call: Did you mean Illuminate\Database\Schema\Blueprint::date() ?
1 E:\xampp\htdocs\face_clone1\database\migrations\2021_11_19_104856_update_users_table.php:23
Illuminate\Database\Schema\Blueprint::__call("after")
2 E:\xampp\htdocs\face_clone1\vendor\laravel\framework\src\Illuminate\Database\Schema\Blueprint.php:88
UpdateUsersTable::{closure}(Object(Illuminate\Database\Schema\Blueprint))
E:\xampp\htdocs\face_clone1>
Мой код здесь: