File: log.sql

package info (click to toggle)
alice 0.19-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: javascript: 9,698; perl: 4,116; makefile: 14; sql: 8
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
CREATE TABLE messages (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  time INT,
  user VARCHAR(16),
  nick VARCHAR(16),
  channel VARCHAR(16),
  body TEXT
);