sqc157400661 / XiaoTShop

laravel5.5搭建的后台管理 和 api服务 的小程序商城
394 stars 137 forks source link

商品列表,后台好多报错的,是不是没传完 #1

Closed encone closed 6 years ago

encone commented 6 years ago

Base table or view not found: 1146 Table 'xiaot.goods' doesn't exist (SQL: select count(*) as aggregate from goods)

sqc157400661 commented 6 years ago

数据没传完,稍后我在上传下

sqc157400661 commented 6 years ago

seed文件上传完了 执行php artisan db:seed即可

encone commented 6 years ago

migrations 里面还是没有传完 QLSTATE[42S02]: Base table or view not found: 1146 Table 'xiaot.goods' doesn't exist (SQL: select count(*) as aggregate from goods), 我加你微信了,

sqc157400661 commented 6 years ago

需要执行下最新的seed 拉下最新代码后执行php artisan db:seed。