Skip to content

Commit

Permalink
fix: unknown_player_donationデーブルのuuidカラムのNOTNULL制約を外す
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 4, 2023
1 parent 12147c8 commit 58e0a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USE seichiassist;

CREATE TABLE IF NOT EXISTS unknown_player_donation(
id INT AUTO_INCREMENT NOT NULL,
uuid CHAR(36) NOT NULL,
uuid CHAR(36),
effect_name VARCHAR(20) NOT NULL,
use_points INT NOT NULL,
timestamp DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
Expand Down

0 comments on commit 58e0a8b

Please sign in to comment.