User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 05:12, 21 March 2009 (diff | hist) . . (+278) . . N Database Table: challenges (Created page with 'challenges =Definition= <source lang="sql"> CREATE TABLE challenges ( ctime int(10) unsigned NOT NULL DEFAULT 0, challenge char(80) NOT NULL ...')
- 05:12, 21 March 2009 (diff | hist) . . (0) . . Database Table: captchas (→Relationships)
- 05:09, 21 March 2009 (diff | hist) . . (+59) . . Database Table: captchas (→Relationships)
- 05:08, 21 March 2009 (diff | hist) . . (+2) . . Database Table: captcha session (→Relationships)
- 05:07, 21 March 2009 (diff | hist) . . (+67) . . Database Table: captcha session
- 05:06, 21 March 2009 (diff | hist) . . (+485) . . N Database Table: captchas (Created page with 'captchas =Definition= <source lang="sql"> CREATE TABLE captchas ( capid INT UNSIGNED NOT NULL auto_increment, type enum('image',...')
- 05:05, 21 March 2009 (diff | hist) . . (+392) . . N Database Table: captcha session (Created page with 'captcha_session =Definition= <source lang="sql"> CREATE TABLE captcha_session ( sess char(20) NOT NULL default '', sesstime int(10) unsigned ...')
- 05:04, 21 March 2009 (diff | hist) . . (+286) . . N Database Table: blockwatch events (Created page with 'blockwatch_events =Definition= <source lang="sql"> CREATE TABLE blockwatch_events ( id int unsigned NOT NULL auto_increment, name varchar(255) NO...')
- 05:03, 21 March 2009 (diff | hist) . . (+256) . . N Database Table: blobcache (Created page with 'blobcache =Definition= <source lang="sql"> CREATE TABLE blobcache ( bckey VARCHAR(40) NOT NULL, PRIMARY KEY (bckey), dateupdate DATETIME, va...')
- 04:55, 21 March 2009 (diff | hist) . . (+337) . . N Database Table: backupdirty (Created page with 'backupdirty =Definition= <source lang="sql"> CREATE TABLE backupdirty ( userid INT(10) unsigned NOT NULL default '0', marktime INT(10) unsign...')
- 04:50, 21 March 2009 (diff | hist) . . (+438) . . N Database Table: authactions (Created page with 'authactions =Definition= <source lang="sql"> CREATE TABLE authactions ( aaid int(10) unsigned NOT NULL auto_increment, userid int(10) unsigned NO...')
- 04:42, 21 March 2009 (diff | hist) . . (+474) . . N Database Table: active user summary (Created page with 'active_user_summary =Definition= <source lang="sql"> CREATE TABLE active_user_summary ( year SMALLINT NOT NULL, month TINYINT NOT NU...')
- 04:41, 21 March 2009 (diff | hist) . . (+279) . . N Database Table: active user (Created page with 'active_user =Definition= <source lang="sql"> CREATE TABLE active_user ( userid INT UNSIGNED NOT NULL, type CHAR(1) NOT NULL, time INT UN...')
- 04:41, 21 March 2009 (diff | hist) . . (+329) . . N Database Table: actionhistory (Created page with 'actionhistory =Definition= <source lang="sql"> CREATE TABLE actionhistory ( time INT UNSIGNED NOT NULL, clusterid TINYINT UNSIGNED NOT N...')
- 04:40, 21 March 2009 (diff | hist) . . (+344) . . N Database Table: acctcode (Created page with 'acctcode =Definition= <source lang="sql"> CREATE TABLE acctcode ( acid INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, userid INT UNSIGNED ...')
- 02:04, 21 March 2009 (diff | hist) . . (+154) . . Database Table: community
- 02:00, 21 March 2009 (diff | hist) . . (+515) . . N Database Table: community (Created page with ' community =Definition= <source lang="sql"> CREATE TABLE community ( userid int(10) unsigned NOT NULL default '0', ownerid int(10) unsigned NOT N...')
- 00:45, 21 March 2009 (diff | hist) . . (+139) . . m Database Table: reluser2
- 00:41, 21 March 2009 (diff | hist) . . (+87) . . m Database Table: user
- 00:38, 21 March 2009 (diff | hist) . . (+100) . . Database Table: reluser
- 14:08, 20 March 2009 (diff | hist) . . (-25) . . Database Table: reluser2
- 14:07, 20 March 2009 (diff | hist) . . (-2) . . Database Table: reluser2
- 14:06, 20 March 2009 (diff | hist) . . (+116) . . Database Table: reluser
- 14:02, 20 March 2009 (diff | hist) . . (+734) . . N Database Table: reluser2 (Created page with 'Stores information about community memberships. This is in the clustered database; reluser stores related information in the global database. [[Cate...')
- 13:39, 20 March 2009 (diff | hist) . . (+723) . . Database Table: reluser
- 13:22, 20 March 2009 (diff | hist) . . (-93) . . Database Table: user
- 04:58, 20 March 2009 (diff | hist) . . (+59) . . Database Table: user (→Relationships)
- 04:36, 20 March 2009 (diff | hist) . . (-1) . . Database Table: user (→Definition)
- 04:24, 20 March 2009 (diff | hist) . . (+1,752) . . N Database Table: user (Created page with 'This table stores most of the permanent, user-specific data determined during account setup. Note that the ''name'' field is the setting from the 'basic info' screen, not the nam...')
- 02:41, 20 March 2009 (diff | hist) . . (+552) . . N Database Table: userproplite2 (Created page with 'This table is used to store multihomed userprops on the clustered database. It represents the same dataset as userprop, but blank values are saved as empty strings in userproplit...')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)