]> git.donarmstrong.com Git - infobot.git/blob - blootbot/setup/mysql/uptime.sql
* Moved old /trunk/www out of trunk
[infobot.git] / blootbot / setup / mysql / uptime.sql
1 CREATE TABLE uptime (
2  uptime INT UNSIGNED DEFAULT '0', # start.
3  endtime INT UNSIGNED DEFAULT '0', # end.
4  string VARCHAR(128) NOT NULL,
5  PRIMARY KEY (uptime)
6 );