Laravel 数据库迁移
利用Terminal 中的命令php artisan migrate 生成数据库表时 报如下错
[Symfony\Component\Debug\Exception\FatalErrorException]
Cannot declare class CreateUsersTable, because the name is already in use
之前利用php artisan make:model Model\Userinfo -m 建立的模型
有没有谁能解答一下
推荐文章: