]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/sqlite2/uptime.sql
sql comments
[infobot.git] / setup / sqlite2 / uptime.sql
index 373902ad7d2aec7b4b5d866edf9a670103c58684..7721072572edc98a301d1b39ad504027ec6f1143 100644 (file)
@@ -1,6 +1,9 @@
 CREATE TABLE uptime (
- uptime INT UNSIGNED DEFAULT '0', # start.
- endtime INT UNSIGNED DEFAULT '0', # end.
+ uptime INT UNSIGNED DEFAULT '0',
+ endtime INT UNSIGNED DEFAULT '0',
  string VARCHAR(128) NOT NULL,
  PRIMARY KEY (uptime)
 );
+
+-- uptime is start time
+-- endtime is endtime :)