summaryrefslogtreecommitdiff
path: root/docs/sql/log_sql/pgsql.sql
blob: 8f0e15bf924f3e71187d893ef7b3ebd7b1a21594 (about) (plain) (blame)
1
2
3
4
5
CREATE TABLE IF NOT EXISTS "ircd_log" (
  "time" datetime NOT NULL,
  "type" varchar(50) NOT NULL,
  "message" text NOT NULL
);