inspircd/extras/m_sqloper.sqlite3.sql
2015-02-22 14:38:15 +01:00

8 lines
142 B
SQL

CREATE TABLE ircd_opers (
id integer primary key,
username text,
password text,
hostname text,
type text,
active integer NOT NULL DEFAULT 1);