tei.su/drizzle/0001_sharp_luckman.sql

4 lines
93 B
SQL

CREATE TABLE `shouts_bans` (
`ip` text PRIMARY KEY NOT NULL,
`expires` integer NOT NULL
);