4 lines
93 B
SQL
4 lines
93 B
SQL
CREATE TABLE `shouts_bans` (
|
|
`ip` text PRIMARY KEY NOT NULL,
|
|
`expires` integer NOT NULL
|
|
);
|