Unknown column 'order_column'
martin-ro opened this issue · 0 comments
martin-ro commented
Column not found: 1054 Unknown column 'order_column' in 'field list' (SQL: select max(
order_column) as aggregate from
course_categories)
I did
composer require spatie/eloquent-sortable
- Added
.. implements Sortable
to the model - Added
use SortableTrait;
- Run migration + seeder
Did I miss something?