Update Image Field Type
Tables in database: user
Found user table: user
Current columns:
- id: int(11)
- email: text
- passwort: text
- main_image: mediumblob
- preview_image: mediumblob
- image_zoom: float
- image_x: int(11)
- image_y: int(11)
Found main_image column with type: mediumblob
Successfully changed main_image column type to MEDIUMBLOB
Updated column:
Now you can insert a test image or return to the about page.