【发布时间】:2014-09-15 14:36:58
【问题描述】:
这是我不断收到的错误:
desk git:(message) ✗ php artisan migrate:refresh
[Illuminate\Database\QueryException]
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'migration' in 'order
clause' (SQL: select * from `migrations` where `batch` is null order by
'migration` desc)
我该如何解决这个问题?
【问题讨论】:
-
向迁移表中添加一个名为migration的列? :D
-
错误是说实际问题。检查
migrations。
标签: php laravel command database-migration