Open greengold2082 opened 2 months ago
Hello,
we are using MySql v. 5.7.36 and we got an error while creating tables : #1101 - BLOB 'bans' ne peut avoir de valeur par défaut
https://github.com/Xyness/SimpleClaimSystem/blame/c1b186d5e61aa978a49fee7fc65cf0480bda0fd7/src/main/java/fr/xyness/SCS/SimpleClaimSystem.java#L423
MySql does not support default value for "TEXT" type : "bans TEXT NOT NULL DEFAULT '' line 423
I had the same problem, I fixed it by removing the DEFAULT ''
Hello,
we are using MySql v. 5.7.36 and we got an error while creating tables : #1101 - BLOB 'bans' ne peut avoir de valeur par défaut
https://github.com/Xyness/SimpleClaimSystem/blame/c1b186d5e61aa978a49fee7fc65cf0480bda0fd7/src/main/java/fr/xyness/SCS/SimpleClaimSystem.java#L423
MySql does not support default value for "TEXT" type : "bans TEXT NOT NULL DEFAULT '' line 423