Closed matteotrubini closed 3 years ago
Thanks for the PR. Does this actually fix a problem or is this just cosmetic?
$ php artisan plugin:refresh offline.responsiveimages
In Connection.php line 669:
SQLSTATE[HY000]: General error: 1 no such column: offline_responsiveimages_focus_x_axis (SQL: CREATE TEMPORARY TABLE __temp__system_files AS SELECT id, disk_name, file_name, file_size, content_type, ti
tle, description, field, attachment_id, attachment_type, is_public, sort_order, created_at, updated_at, offline_responsiveimages_focus_x_axis FROM system_files)
In Exception.php line 18:
SQLSTATE[HY000]: General error: 1 no such column: offline_responsiveimages_focus_x_axis
In PDOConnection.php line 79:
SQLSTATE[HY000]: General error: 1 no such column: offline_responsiveimages_focus_x_axis
NB: SQLite, not tried on other.
Ah yes, I have stumbled upon this problem before as well. Thank you!
[...] You may drop multiple columns from a table by passing an array of column names to the dropColumn method [...]
https://laravel.com/docs/6.x/migrations#dropping-columns