We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
target
1 parent db9169e commit 6f9f881Copy full SHA for 6f9f881
1 file changed
sql/install.sql
@@ -1,7 +1,8 @@
1
CREATE TABLE `reports` (
2
`reportId` INT PRIMARY KEY AUTO_INCREMENT,
3
+ `target` INT,
4
`report` TEXT NOT NULL,
5
`player` INT NOT NULL,
6
`playerName` VARCHAR(255) NOT NULL,
7
`active` INT NOT NULL DEFAULT 1
-);
8
+);
0 commit comments