Skip to content

Commit

Permalink
Fix Sql
Browse files Browse the repository at this point in the history
  • Loading branch information
RedAlex committed Oct 14, 2019
1 parent f9de029 commit 19e22af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ CREATE TABLE IF NOT EXISTS baninfo (
xblid varchar(21) COLLATE utf8mb4_bin DEFAULT NULL,
discord varchar(30) COLLATE utf8mb4_bin DEFAULT NULL,
playerip varchar(25) COLLATE utf8mb4_bin DEFAULT NULL,
playername varchar(32) COLLATE utf8mb4_bin DEFAULT NULL,
playername varchar(32) COLLATE utf8mb4_bin DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

0 comments on commit 19e22af

Please sign in to comment.