Missing image_id column in database #546

Closed
opened 2026-02-04 20:55:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ptitb on GitHub (Jan 11, 2018).

On a fresh v0.19.0 install I got the following error: "Unknown column 'image_id' in 'field list'".

I resolved the issue by adding the "image_id" column to the books table.

Originally created by @ptitb on GitHub (Jan 11, 2018). On a fresh v0.19.0 install I got the following error: "Unknown column 'image_id' in 'field list'". I resolved the issue by adding the "image_id" column to the books table.
Author
Owner

@ptitb commented on GitHub (Jan 11, 2018):

After changing the database charset and collation as per https://stackoverflow.com/a/42043927 I ran php artisan migrate again and it looks like it works now!

@ptitb commented on GitHub (Jan 11, 2018): After changing the database charset and collation as per https://stackoverflow.com/a/42043927 I ran php artisan migrate again and it looks like it works now!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#546