1 2 3 4 5 6 7
CREATE TABLE ircd_opers ( id integer primary key, username text, password text, hostname text, type text);