mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
8 lines
108 B
MySQL
8 lines
108 B
MySQL
|
CREATE TABLE ircd_opers (
|
||
|
id integer primary key,
|
||
|
username text,
|
||
|
password text,
|
||
|
hostname text,
|
||
|
type text);
|
||
|
|