User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:41, 22 March 2009 (diff | hist) . . (+473) . . N Database Table: pollquestion2 (Created page with 'pollquestion2 =Definition= <source lang="sql"> CREATE TABLE pollquestion2 ( journalid INT UNSIGNED NOT NULL, pollid INT UNSIGNED NOT NULL, poll...')
- 17:40, 22 March 2009 (diff | hist) . . (+259) . . N Database Table: pollowner (Created page with 'pollowner =Definition= <source lang="sql"> CREATE TABLE pollowner ( pollid INT UNSIGNED NOT NULL PRIMARY KEY, journalid INT UNSIGNED NOT NULL,...')
- 17:39, 22 March 2009 (diff | hist) . . (+437) . . N Database Table: pollitem2 (Created page with 'pollitem2 =Definition= <source lang="sql"> CREATE TABLE pollitem2 ( journalid INT UNSIGNED NOT NULL, pollid INT UNSIGNED NOT NULL, pollqid TINY...')
- 17:38, 22 March 2009 (diff | hist) . . (-84) . . Database Table: poll2
- 17:38, 22 March 2009 (diff | hist) . . (+577) . . N Database Table: poll2 (Created page with 'poll =Definition= <source lang="sql"> CREATE TABLE poll ( pollid int(10) unsigned NOT NULL auto_increment, itemid int(10) unsigned NOT NULL defau...')
- 17:37, 22 March 2009 (diff | hist) . . (+274) . . N Database Table: persistent queue (Created page with 'persistent_queue =Definition= <source lang="sql"> CREATE TABLE persistent_queue ( qkey VARCHAR(255) NOT NULL, idx INTEGER UNSIGNED NOT NULL, va...')
- 17:37, 22 March 2009 (diff | hist) . . (+347) . . N Database Table: pendcomments (Created page with 'pendcomments =Definition= <source lang="sql"> CREATE TABLE pendcomments ( jid int(10) unsigned NOT NULL, pendcid int(10) unsigned NOT NULL, dat...')
- 17:37, 22 March 2009 (diff | hist) . . (+287) . . N Database Table: password (Created page with 'password =Definition= <source lang="sql"> CREATE TABLE password ( userid INT UNSIGNED NOT NULL PRIMARY KEY, password VARCHAR(50) ) </source...')
- 17:36, 22 March 2009 (diff | hist) . . (+360) . . N Database Table: partialstatsdata (Created page with 'partialstatsdata =Definition= <source lang="sql"> CREATE TABLE partialstatsdata ( statname VARCHAR(50) NOT NULL, arg VARCHAR(50) NOT N...')
- 17:36, 22 March 2009 (diff | hist) . . (+311) . . N Database Table: partialstats (Created page with 'partialstats =Definition= <source lang="sql"> CREATE TABLE partialstats ( jobname VARCHAR(50) NOT NULL, clusterid MEDIUMINT NOT NULL DEFAULT...')
- 17:35, 22 March 2009 (diff | hist) . . (+326) . . N Database Table: openproxy (Created page with 'openproxy =Definition= <source lang="sql"> CREATE TABLE openproxy ( addr VARCHAR(15) NOT NULL, status ENUM('proxy', 'clear'), ...')
- 17:35, 22 March 2009 (diff | hist) . . (+537) . . N Database Table: openid trust (Created page with 'openid_trust =Definition= <source lang="sql"> CREATE TABLE openid_trust ( userid int(10) unsigned NOT NULL default '0', endpoint_id int(10) unsig...')
- 17:34, 22 March 2009 (diff | hist) . . (+279) . . N Database Table: openid external (Created page with 'openid_external =Definition= <source lang="sql"> CREATE TABLE openid_external ( userid int(10) unsigned NOT NULL default '0', url varchar(255) bi...')
- 17:34, 22 March 2009 (diff | hist) . . (+418) . . N Database Table: openid endpoint (Created page with 'openid_endpoint =Definition= <source lang="sql"> CREATE TABLE openid_endpoint ( endpoint_id int(10) unsigned NOT NULL auto_increment, url varchar...')
- 17:33, 22 March 2009 (diff | hist) . . (+277) . . N Database Table: notifytypelist (Created page with 'notifytypelist =Definition= <source lang="sql"> CREATE TABLE notifytypelist ( ntypeid SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, cl...')
- 17:33, 22 March 2009 (diff | hist) . . (+497) . . N Database Table: notifyqueue (Created page with 'notifyqueue =Definition= <source lang="sql"> CREATE TABLE notifyqueue ( userid INT UNSIGNED NOT NULL, qid INT UNSIGNED NOT NULL, jou...')
- 17:32, 22 March 2009 (diff | hist) . . (+273) . . N Database Table: notifybookmarks (Created page with 'notifybookmarks =Definition= <source lang="sql"> CREATE TABLE notifybookmarks ( userid INT UNSIGNED NOT NULL, qid INT UNSIGNED NOT NUL...')
- 17:32, 22 March 2009 (diff | hist) . . (+493) . . N Database Table: notifyarchive (Created page with 'notifyarchive =Definition= <source lang="sql"> CREATE TABLE notifyarchive ( userid INT UNSIGNED NOT NULL, qid INT UNSIGNED NOT NULL, ...')
- 17:32, 22 March 2009 (diff | hist) . . (+365) . . N Database Table: noderefs (Created page with 'noderefs =Definition= <source lang="sql"> CREATE TABLE noderefs ( nodetype char(1) NOT NULL default '', nodeid int(10) unsigned NOT NULL default ...')
- 17:31, 22 March 2009 (diff | hist) . . (+304) . . N Database Table: navtag (Created page with 'navtag =Definition= <source lang="sql"> CREATE TABLE navtag ( tag VARCHAR(128) BINARY NOT NULL, dest_type VARCHAR(20) NOT NULL, dest ...')
- 17:31, 22 March 2009 (diff | hist) . . (+443) . . N Database Table: moodthemes (Created page with 'moodthemes =Definition= <source lang="sql"> CREATE TABLE moodthemes ( moodthemeid int(10) unsigned NOT NULL auto_increment, ownerid int(10) unsig...')
- 17:30, 22 March 2009 (diff | hist) . . (+460) . . N Database Table: moodthemedata (Created page with 'moodthemedata =Definition= <source lang="sql"> CREATE TABLE moodthemedata ( moodthemeid int(10) unsigned NOT NULL default '0', moodid int(10) uns...')
- 17:30, 22 March 2009 (diff | hist) . . (+335) . . N Database Table: moods (Created page with 'moods =Definition= <source lang="sql"> CREATE TABLE moods ( moodid int(10) unsigned NOT NULL auto_increment, mood varchar(40) default NULL, par...')
- 17:29, 22 March 2009 (diff | hist) . . (+375) . . N Database Table: modlog (Created page with 'modlog =Definition= <source lang="sql"> CREATE TABLE modlog ( journalid INT UNSIGNED NOT NULL, modid MEDIUMINT UNSIGNED NOT NULL, PRIMARY...')
- 17:29, 22 March 2009 (diff | hist) . . (+291) . . N Database Table: modblob (Created page with 'modblob =Definition= <source lang="sql"> CREATE TABLE modblob ( journalid INT UNSIGNED NOT NULL, modid INT UNSIGNED NOT NULL, PRIMARY KEY...')
- 17:29, 22 March 2009 (diff | hist) . . (+443) . . N Database Table: ml text (Created page with 'ml_text =Definition= <source lang="sql"> CREATE TABLE ml_text ( dmid TINYINT UNSIGNED NOT NULL, txtid INT UNSIGNED AUTO_INCREMENT NOT NULL, ...')
- 17:28, 22 March 2009 (diff | hist) . . (+563) . . N Database Table: ml latest (Created page with 'ml_latest =Definition= <source lang="sql"> CREATE TABLE ml_latest ( lnid SMALLINT UNSIGNED NOT NULL, dmid TINYINT UNSIGNED NOT NULL, ...')
- 17:28, 22 March 2009 (diff | hist) . . (+481) . . N Database Table: ml langs (Created page with 'ml_langs =Definition= <source lang="sql"> CREATE TABLE ml_langs ( lnid SMALLINT UNSIGNED NOT NULL, UNIQUE (lnid), lncode VARCHAR(16) ...')
- 17:27, 22 March 2009 (diff | hist) . . (+443) . . N Database Table: ml langdomains (Created page with 'ml_langdomains =Definition= <source lang="sql"> CREATE TABLE ml_langdomains ( lnid SMALLINT UNSIGNED NOT NULL, dmid TINYINT UNSIGNED NOT NU...')
- 17:27, 22 March 2009 (diff | hist) . . (+371) . . N Database Table: ml items (Created page with 'ml_items =Definition= <source lang="sql"> CREATE TABLE ml_items ( dmid TINYINT UNSIGNED NOT NULL, itid MEDIUMINT UNSIGNED AUTO_INCREMENT ...')
- 17:27, 22 March 2009 (diff | hist) . . (+306) . . N Database Table: ml domains (Created page with 'ml_domains =Definition= <source lang="sql"> CREATE TABLE ml_domains ( dmid TINYINT UNSIGNED NOT NULL, PRIMARY KEY (dmid), type VARCHAR(30) NOT ...')
- 17:26, 22 March 2009 (diff | hist) . . (+581) . . N Database Table: memorable2 (Created page with 'memorable2 =Definition= <source lang="sql"> CREATE TABLE memorable2 ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', memid INT(10) ...')
- 17:25, 22 March 2009 (diff | hist) . . (+399) . . N Database Table: memkeyword2 (Created page with 'memkeyword2 =Definition= <source lang="sql"> CREATE TABLE memkeyword2 ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', memid INT(10...')
- 17:21, 22 March 2009 (diff | hist) . . (+337) . . N Database Table: logtext2 (Created page with 'logtext2 =Definition= <source lang="sql"> CREATE TABLE logtext2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, subject...')
- 17:21, 22 March 2009 (diff | hist) . . (+328) . . N Database Table: logtagsrecent (Created page with 'logtagsrecent =Definition= <source lang="sql"> CREATE TABLE logtagsrecent ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT...')
- 17:21, 22 March 2009 (diff | hist) . . (+340) . . N Database Table: logtags (Created page with 'logtags =Definition= <source lang="sql"> CREATE TABLE logtags ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, k...')
- 17:20, 22 March 2009 (diff | hist) . . (+302) . . N Database Table: logsec2 (Created page with 'logsec2 =Definition= <source lang="sql"> CREATE TABLE logsec2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, allowmask...')
- 17:20, 22 March 2009 (diff | hist) . . (+601) . . N Database Table: logproplist (Created page with 'logproplist =Definition= <source lang="sql"> CREATE TABLE logproplist ( propid tinyint(3) unsigned NOT NULL auto_increment, name varchar(50) defa...')
- 17:19, 22 March 2009 (diff | hist) . . (+345) . . N Database Table: logprop2 (Created page with 'logprop2 =Definition= <source lang="sql"> CREATE TABLE logprop2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, propid...')
- 17:19, 22 March 2009 (diff | hist) . . (+394) . . N Database Table: logkwsum (Created page with 'logkwsum =Definition= <source lang="sql"> CREATE TABLE logkwsum ( journalid INT UNSIGNED NOT NULL, kwid INT UNSIGNED NOT NULL, secur...')
- 17:19, 22 March 2009 (diff | hist) . . (+283) . . N Database Table: loginstall (Created page with 'loginstall =Definition= <source lang="sql"> CREATE TABLE loginstall ( userid INT UNSIGNED NOT NULL, ip INT UNSIGNED NOT NULL, time INT...')
- 17:18, 22 March 2009 (diff | hist) . . (+358) . . N Database Table: loginlog (Created page with 'loginlog =Definition= <source lang="sql"> CREATE TABLE loginlog ( userid INT UNSIGNED NOT NULL, logintime INT UNSIGNED NOT NULL, INDEX ...')
- 17:15, 22 March 2009 (diff | hist) . . (+404) . . N Database Table: log2 (Created page with 'links =Definition= <source lang="sql"> CREATE TABLE links ( journalid int(10) unsigned NOT NULL default '0', ordernum tinyint(4) unsigned NOT NUL...')
- 17:15, 22 March 2009 (diff | hist) . . (+227) . . N Database Table: links (Created page with 'knob =Definition= <source lang="sql"> CREATE TABLE knob ( knobname VARCHAR(255) NOT NULL PRIMARY KEY, val TINYINT UNSIGNED ) </source>...')
- 17:15, 22 March 2009 (diff | hist) . . (+306) . . N Database Table: knob (Created page with 'keywords =Definition= <source lang="sql"> CREATE TABLE keywords ( kwid int(10) unsigned NOT NULL auto_increment, keyword varchar(80) binary NOT N...')
- 17:14, 22 March 2009 (diff | hist) . . (+348) . . N Database Table: jobstatus (Created page with 'jobstatus =Definition= <source lang="sql"> CREATE TABLE jobstatus ( handle VARCHAR(100) PRIMARY KEY, result BLOB, start_time INT(10) UNSIGNED N...')
- 17:14, 22 March 2009 (diff | hist) . . (+414) . . N Database Table: jabroster (Created page with 'jabroster =Definition= <source lang="sql"> CREATE TABLE jabroster ( userid INT UNSIGNED NOT NULL, contactid INT UNSIGNED NOT NULL, PRIMARY...')
- 17:14, 22 March 2009 (diff | hist) . . (+539) . . N Database Table: jabpresence (Created page with 'jabpresence =Definition= <source lang="sql"> CREATE TABLE jabpresence ( userid INT UNSIGNED NOT NULL, reshash CHAR(22) BINARY, PRIMARY K...')
- 17:13, 22 March 2009 (diff | hist) . . (+293) . . N Database Table: jablastseen (Created page with 'jablastseen =Definition= <source lang="sql"> CREATE TABLE jablastseen ( userid INT UNSIGNED NOT NULL PRIMARY KEY, presence BLOB, time ...')
- 17:13, 22 March 2009 (diff | hist) . . (+257) . . N Database Table: jabcluster (Created page with 'jabcluster =Definition= <source lang="sql"> CREATE TABLE jabcluster ( clusterid INT UNSIGNED PRIMARY KEY NOT NULL AUTO_INCREMENT, address VAR...')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)