inspircd/extras/m_sqloper.sqlite3.sql
2007-07-16 17:30:04 +00:00

8 lines
108 B
SQL

CREATE TABLE ircd_opers (
id integer primary key,
username text,
password text,
hostname text,
type text);