草庐IT

Cotizacion

全部标签

php - 找不到基表或 View : 1146 Table Laravel 5

当我尝试使用Laravel5将数据保存到mysql时出现此错误,其他表单和save()方法工作正常,但这个:SQLSTATE[42S02]:Basetableorviewnotfound:1146Table'sistemal5.cotizacions'doesn'texist(SQL:insertinto`cotizacions`(`customer_id`,`total`,`updated_at`,`created_at`)values(1501,150.69,2015-05-1103:16:25,2015-05-1103:16:25))这是我的Controller存储方法:publ

php - 找不到基表或 View : 1146 Table Laravel 5

当我尝试使用Laravel5将数据保存到mysql时出现此错误,其他表单和save()方法工作正常,但这个:SQLSTATE[42S02]:Basetableorviewnotfound:1146Table'sistemal5.cotizacions'doesn'texist(SQL:insertinto`cotizacions`(`customer_id`,`total`,`updated_at`,`created_at`)values(1501,150.69,2015-05-1103:16:25,2015-05-1103:16:25))这是我的Controller存储方法:publ