We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7388223 commit 227bc58Copy full SHA for 227bc58
BasicAdmin/schema.sql
@@ -5,7 +5,6 @@
5
nick varchar(255) not null,
6
steamid64 bigint not null,
7
immunity int default 0 null,
8
- server_id int unsigned default null null,
9
created_at datetime default current_timestamp() null,
10
updated_at datetime default current_timestamp() null on update current_timestamp(),
11
constraint steamid64
0 commit comments