Error during script installation

I was installing a script and in process the following error shows up

“Error creating table: BLOB/TEXT column ‘country’ can’t have a default value”
“Error creating table: BLOB/TEXT column ‘message_content’ can’t have a default value”

what does this mean and how do i solve the problem

Thank you in advance abd reply soon

Can you find the code in the script that is creating the database table and post it here? It looks like it is trying to assign a default value to the two fields ‘country’ and ‘message_content’.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.