Xyness / SimpleClaimSystem

Minecraft plugin, claim system for servers
https://www.spigotmc.org/resources/simpleclaimsystem-%E2%9C%85-1-18-1-21-fully-configurable-%E2%9A%99%EF%B8%8F-folia-supported-%E2%9A%A1.115568/
Other
25 stars 16 forks source link

MySql Error #47

Open greengold2082 opened 2 months ago

greengold2082 commented 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

bsae19 commented 1 month ago

I had the same problem, I fixed it by removing the DEFAULT ''