default blob
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I have a blob field in mySQL database to store images. Is it possible to assign a default blob so a specific image will be the default? how?
-
I have a blob field in mySQL database to store images. Is it possible to assign a default blob so a specific image will be the default? how?
BLOB columns cannot have a default value in MySQL as far as I am aware.