laravel-react-blog
laravel-react-blog copied to clipboard
数据库表结构的文件
安装提示错误Base table or view not found: 1146 Table 'homestead.users' doesn't exist 请问数据库表结构的文件在哪?
你是不是还没执行 php artisan migrate 生成数据表,数据库结构文件在 database/migrations里面