You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2021. It is now read-only.
For Some Reason i get an error when running this .sql script.
Inventory LONGTEXT NOT NULL DEFAULT '{}',
error:
Error Code: 1101. BLOB, TEXT, GEOMETRY or JSON column 'Inventory' can't have a default value
Any suggestion would be great.
Already followed the suggestions in the comments section regarding "Remove STRICT_TRANS_TABLES from your sql_mode", unfortunately this made no difference.
Perhaps running the wrong mysql version?
Ver 8.0.23-0ubuntu0.20.10.1 for Linux on x86_64 ((Ubuntu))
For Some Reason i get an error when running this .sql script.
LONGTEXT NOT NULL DEFAULT '{}',
error:
Any suggestion would be great.
Already followed the suggestions in the comments section regarding "Remove STRICT_TRANS_TABLES from your sql_mode", unfortunately this made no difference.
Perhaps running the wrong mysql version?
Ver 8.0.23-0ubuntu0.20.10.1 for Linux on x86_64 ((Ubuntu))
Zip file contains .sql contained in Git Release.
zombieoutbreak.zip
EDIT: Downgraded to MySQL 5.6 (on ubuntu20.04)
SQL file still results in this error although the login through mysql-async is running now.
The text was updated successfully, but these errors were encountered: