mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
7 lines
88 B
MySQL
7 lines
88 B
MySQL
|
CREATE TABLE "ircd_log" (
|
||
|
"time" datetime,
|
||
|
"type" varchar(50),
|
||
|
"message" text
|
||
|
);
|
||
|
|