User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 23:52, 22 March 2009 (diff | hist) . . (+446) . . Database Table: memorable
- 23:50, 22 March 2009 (diff | hist) . . (+504) . . Database Table: userpic
- 23:48, 22 March 2009 (diff | hist) . . (+353) . . Database Table: urimap
- 23:40, 22 March 2009 (diff | hist) . . (+29) . . Database Tables
- 23:29, 22 March 2009 (diff | hist) . . (+414) . . Database Table: txtmsg
- 23:23, 22 March 2009 (diff | hist) . . (+329) . . Database Table: pollsubmission
- 23:22, 22 March 2009 (diff | hist) . . (+365) . . Database Table: pollresult
- 23:18, 22 March 2009 (diff | hist) . . (+420) . . Database Table: pollquestion
- 23:11, 22 March 2009 (diff | hist) . . (+400) . . Database Table: pollitem
- 23:04, 22 March 2009 (diff | hist) . . (+524) . . Database Table: poll
- 22:24, 22 March 2009 (diff | hist) . . (+35) . . Database Tables
- 22:15, 22 March 2009 (diff | hist) . . (0) . . Database Table: userproplite
- 22:10, 22 March 2009 (diff | hist) . . (+306) . . Database Table: userproplite
- 18:47, 22 March 2009 (diff | hist) . . (+61) . . Database Tables
- 18:27, 22 March 2009 (diff | hist) . . (+309) . . N Database Table: zip (Created page with 'zip =Definition= <source lang="sql"> CREATE TABLE zip ( zip varchar(5) NOT NULL default '', state char(2) NOT NULL default '', city varchar(100...')
- 18:27, 22 March 2009 (diff | hist) . . (+347) . . N Database Table: weekuserusage (Created page with 'weekuserusage =Definition= <source lang="sql"> CREATE TABLE weekuserusage ( wknum SMALLINT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, ...')
- 18:26, 22 March 2009 (diff | hist) . . (+366) . . N Database Table: userusage (Created page with 'userusage =Definition= <source lang="sql"> CREATE TABLE userusage ( userid INT UNSIGNED NOT NULL, PRIMARY KEY (userid), timecreate DATETIME ...')
- 18:25, 22 March 2009 (diff | hist) . . (+435) . . N Database Table: usertrans (Created page with 'usertrans =Definition= <source lang="sql"> CREATE TABLE `usertrans` ( `userid` int(10) unsigned NOT NULL default '0', `time` int(10) unsigned NOT...')
- 18:25, 22 March 2009 (diff | hist) . . (+352) . . N Database Table: usertags (Created page with 'usertags =Definition= <source lang="sql"> CREATE TABLE usertags ( journalid INT UNSIGNED NOT NULL, kwid INT UNSIGNED NOT NULL, p...')
- 18:25, 22 March 2009 (diff | hist) . . (+359) . . N Database Table: usersearch packdata (Created page with 'usersearch_packdata =Definition= <source lang="sql"> CREATE TABLE usersearch_packdata ( userid INT UNSIGNED NOT NULL PRIMARY KEY, packed ...')
- 18:24, 22 March 2009 (diff | hist) . . (+483) . . N Database Table: userproplist (Created page with 'userproplist =Definition= <source lang="sql"> CREATE TABLE userproplist ( upropid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) ...')
- 18:24, 22 March 2009 (diff | hist) . . (+320) . . N Database Table: userpropblob (Created page with 'userpropblob =Definition= <source lang="sql"> CREATE TABLE userpropblob ( userid INT(10) unsigned NOT NULL default '0', upropid SMALLINT(5) u...')
- 18:23, 22 March 2009 (diff | hist) . . (+345) . . N Database Table: userprop (Created page with 'userprop =Definition= <source lang="sql"> CREATE TABLE userprop ( userid int(10) unsigned NOT NULL default '0', upropid smallint(5) unsigned NOT ...')
- 18:23, 22 March 2009 (diff | hist) . . (+335) . . N Database Table: userpicmap2 (Created page with 'userpicmap2 =Definition= <source lang="sql"> CREATE TABLE userpicmap2 ( userid int(10) unsigned NOT NULL default '0', kwid int(10) unsigned NOT N...')
- 18:23, 22 March 2009 (diff | hist) . . (+296) . . Database Table: userpicblob2
- 18:22, 22 March 2009 (diff | hist) . . (+111) . . Database Table: userpic2
- 18:21, 22 March 2009 (diff | hist) . . (+540) . . N Database Table: userpic2 (Created page with 'userpic =Definition= <source lang="sql"> CREATE TABLE userpic ( picid int(10) unsigned NOT NULL auto_increment, userid int(10) unsigned NOT NULL ...')
- 18:20, 22 March 2009 (diff | hist) . . (+339) . . N Database Table: usermsgtext (Created page with 'usermsgtext =Definition= <source lang="sql"> CREATE TABLE usermsgtext ( journalid INT UNSIGNED NOT NULL, msgid INT UNSIGNED NOT NULL, ...')
- 18:20, 22 March 2009 (diff | hist) . . (+328) . . N Database Table: usermsgproplist (Created page with 'usermsgproplist =Definition= <source lang="sql"> CREATE TABLE usermsgproplist ( propid SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, na...')
- 18:20, 22 March 2009 (diff | hist) . . (+360) . . N Database Table: usermsgprop (Created page with 'usermsgprop =Definition= <source lang="sql"> CREATE TABLE usermsgprop ( journalid INT UNSIGNED NOT NULL, msgid INT UNSIGNED NOT NULL, ...')
- 18:20, 22 March 2009 (diff | hist) . . (+503) . . N Database Table: usermsg (Created page with 'usermsg =Definition= <source lang="sql"> CREATE TABLE usermsg ( journalid INT UNSIGNED NOT NULL, msgid INT UNSIGNED NOT NULL, type ...')
- 18:19, 22 March 2009 (diff | hist) . . (+453) . . N Database Table: userlog (Created page with 'userlog =Definition= <source lang="sql"> CREATE TABLE userlog ( userid INT UNSIGNED NOT NULL, logtime INT UNSIGNED NOT NULL, ...')
- 18:19, 22 March 2009 (diff | hist) . . (+387) . . N Database Table: userkeywords (Created page with 'userkeywords =Definition= <source lang="sql"> CREATE TABLE userkeywords ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', kwid INT(...')
- 18:18, 22 March 2009 (diff | hist) . . (0) . . Database Table: userinterests
- 18:17, 22 March 2009 (diff | hist) . . (+529) . . N Database Table: userinterests (Created page with 'This table associated userIDs to interests. See also commInterests userinterests =Definition= <source lang="sql"> ...')
- 18:15, 22 March 2009 (diff | hist) . . (+269) . . N Database Table: useridmap (Created page with 'useridmap =Definition= <source lang="sql"> CREATE TABLE useridmap ( userid int(10) unsigned NOT NULL, user char(15) NOT NULL, PRIMARY KEY (use...')
- 18:15, 22 March 2009 (diff | hist) . . (+255) . . Database Table: usercounter
- 18:14, 22 March 2009 (diff | hist) . . (+240) . . N Database Table: userbio (Created page with 'userbio =Definition= <source lang="sql"> CREATE TABLE userbio ( userid int(10) unsigned NOT NULL default '0', bio text, PRIMARY KEY (userid) )...')
- 18:14, 22 March 2009 (diff | hist) . . (+405) . . N Database Table: user schools (Created page with 'user_schools =Definition= <source lang="sql"> CREATE TABLE `user_schools` ( `userid` int(10) unsigned NOT NULL default '0', `schoolid` int(10) un...')
- 18:12, 22 March 2009 (diff | hist) . . (+326) . . N Database Table: uniqmap (Created page with 'uniqmap =Definition= <source lang="sql"> CREATE TABLE uniqmap ( uniq VARCHAR(15) NOT NULL, userid INT UNSIGNED NOT NULL, modtime INT UNSIGNED N...')
- 18:12, 22 March 2009 (diff | hist) . . (+273) . . N Database Table: underage (Created page with 'underage =Definition= <source lang="sql"> CREATE TABLE underage ( uniq CHAR(15) NOT NULL, timeof INT(10) NOT NULL, PRIMARY KE...')
- 18:10, 22 March 2009 (diff | hist) . . (+403) . . N Database Table: tempanonips (Created page with 'tempanonips =Definition= <source lang="sql"> CREATE TABLE tempanonips ( reporttime INT(10) UNSIGNED NOT NULL, ip VARCHAR(15) NOT NU...')
- 18:10, 22 March 2009 (diff | hist) . . (+338) . . N Database Table: talktext2 (Created page with 'talktext2 =Definition= <source lang="sql"> CREATE TABLE talktext2 ( journalid INT UNSIGNED NOT NULL, jtalkid MEDIUMINT UNSIGNED NOT NULL, subje...')
- 18:10, 22 March 2009 (diff | hist) . . (+437) . . N Database Table: talkproplist (Created page with 'talkproplist =Definition= <source lang="sql"> CREATE TABLE talkproplist ( tpropid smallint(5) unsigned NOT NULL auto_increment, name varchar(50) ...')
- 18:10, 22 March 2009 (diff | hist) . . (+349) . . N Database Table: talkprop2 (Created page with 'talkprop2 =Definition= <source lang="sql"> CREATE TABLE talkprop2 ( journalid INT UNSIGNED NOT NULL, jtalkid MEDIUMINT UNSIGNED NOT NULL, tprop...')
- 18:09, 22 March 2009 (diff | hist) . . (+490) . . N Database Table: talkleft (Created page with 'talkleft =Definition= <source lang="sql"> CREATE TABLE talkleft ( userid INT UNSIGNED NOT NULL, posttime INT UNSIGNED NOT NULL, INDEX (user...')
- 18:09, 22 March 2009 (diff | hist) . . (+611) . . N Database Table: talk2 (Created page with 'talk2 =Definition= <source lang="sql"> CREATE TABLE talk2 ( journalid INT UNSIGNED NOT NULL, jtalkid MEDIUMINT UNSIGNED NOT NULL, nodetype CHAR...')
- 18:08, 22 March 2009 (diff | hist) . . (+453) . . N Database Table: sysban (Created page with 'sysban =Definition= <source lang="sql"> CREATE TABLE sysban ( banid MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (banid), sta...')
- 18:08, 22 March 2009 (diff | hist) . . (+323) . . N Database Table: synitem (Created page with 'synitem =Definition= <source lang="sql"> CREATE TABLE synitem ( userid INT UNSIGNED NOT NULL, item CHAR(22), # base64digest of rss $item ...')
- 18:07, 22 March 2009 (diff | hist) . . (+408) . . N Database Table: syndicated (Created page with 'syndicated =Definition= <source lang="sql"> CREATE TABLE syndicated ( userid INT UNSIGNED NOT NULL, synurl VARCHAR(255), checknext DATETI...')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)