我尝试运行命令: php artisan migrate,但它给出了下面的错误。 错误: Illuminate\Database\QueryException
SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('mysql.infoschema'@'localhost') does not exist (SQL: select * from information_schema.tables where table_schema = test and tab
我的应用程序在存储缓存时返回一个错误,我看到它正在保存,但它返回了这个错误。有谁能说出原因吗?下面是我的函数和错误: <?php
use App\Repositories\Contracts\IProductFilterRepository;
class ProductFilterRepository implements IProductFilter
这里我的数据库中有两个表,分别名为user和products,这里是user.php public function up() Schema::create('users', function (Blueprint $table) { $table->string('name'); $table->