4 lines
38 B
MySQL
4 lines
38 B
MySQL
|
CREATE TABLE bans (
|
||
|
userid integer
|
||
|
)
|