User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:07, 22 March 2009 (diff | hist) . . (+294) . . N Database Table: supportprop (Created page with 'supportprop =Definition= <source lang="sql"> CREATE TABLE supportprop ( spid int(10) unsigned NOT NULL default '0', prop varchar(30) NOT NULL, ...')
- 18:07, 22 March 2009 (diff | hist) . . (+370) . . N Database Table: supportpointsum (Created page with 'supportpointsum =Definition= <source lang="sql"> CREATE TABLE supportpointsum ( userid INT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (userid), ...')
- 18:06, 22 March 2009 (diff | hist) . . (+331) . . N Database Table: supportpoints (Created page with 'supportpoints =Definition= <source lang="sql"> CREATE TABLE supportpoints ( spid int(10) unsigned NOT NULL default '0', userid int(10) unsigned N...')
- 18:06, 22 March 2009 (diff | hist) . . (+367) . . N Database Table: supportnotify (Created page with 'supportnotify =Definition= <source lang="sql"> CREATE TABLE supportnotify ( spcatid int(10) unsigned NOT NULL default '0', userid int(10) unsigne...')
- 18:06, 22 March 2009 (diff | hist) . . (+511) . . N Database Table: supportlog (Created page with 'supportlog =Definition= <source lang="sql"> CREATE TABLE supportlog ( splid int(10) unsigned NOT NULL auto_increment, spid int(10) unsigned NOT N...')
- 18:05, 22 March 2009 (diff | hist) . . (+383) . . N Database Table: supportcat (Created page with 'supportcat =Definition= <source lang="sql"> CREATE TABLE supportcat ( spcatid int(10) unsigned NOT NULL auto_increment, catname varchar(80) defau...')
- 18:05, 22 March 2009 (diff | hist) . . (+276) . . N Database Table: support youreplied (Created page with 'support_youreplied =Definition= <source lang="sql"> CREATE TABLE support_youreplied ( userid INT UNSIGNED NOT NULL, spid INT UNSIGNED NOT...')
- 18:05, 22 March 2009 (diff | hist) . . (+410) . . N Database Table: support answers (Created page with 'support_answers =Definition= <source lang="sql"> CREATE TABLE support_answers ( ansid INT UNSIGNED NOT NULL, spcatid INT UNSIGNED NOT NULL, ...')
- 18:04, 22 March 2009 (diff | hist) . . (+757) . . N Database Table: support (Created page with 'support =Definition= <source lang="sql"> CREATE TABLE support ( spid int(10) unsigned NOT NULL auto_increment, reqtype enum('user','email') defau...')
- 18:04, 22 March 2009 (diff | hist) . . (+306) . . N Database Table: subsproplist (Created page with 'subsproplist =Definition= <source lang="sql"> CREATE TABLE subsproplist ( subpropid SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHA...')
- 18:04, 22 March 2009 (diff | hist) . . (+375) . . N Database Table: subsprop (Created page with 'subsprop =Definition= <source lang="sql"> CREATE TABLE subsprop ( userid INT UNSIGNED NOT NULL, subid INT UNSIGNED NOT NULL, s...')
- 18:03, 22 March 2009 (diff | hist) . . (+631) . . N Database Table: subs (Created page with 'subs =Definition= <source lang="sql"> CREATE TABLE subs ( userid INT UNSIGNED NOT NULL, subid INT UNSIGNED NOT NULL, PRIMARY KEY ...')
- 18:02, 22 March 2009 (diff | hist) . . (+432) . . N Database Table: statushistory (Created page with 'statushistory =Definition= <source lang="sql"> CREATE TABLE statushistory ( userid INT UNSIGNED NOT NULL, adminid INT UNSIGNED NOT NULL, s...')
- 18:02, 22 March 2009 (diff | hist) . . (+292) . . N Database Table: stats (Created page with 'stats =Definition= <source lang="sql"> CREATE TABLE stats ( statcat varchar(30) NOT NULL, statkey varchar(150) NOT NULL, statval int(10) unsign...')
- 18:02, 22 March 2009 (diff | hist) . . (+487) . . N Database Table: spamreports (Created page with 'spamreports =Definition= <source lang="sql"> CREATE TABLE spamreports ( reporttime INT(10) UNSIGNED NOT NULL, ip VARCHAR(15), j...')
- 18:01, 22 March 2009 (diff | hist) . . (+477) . . N Database Table: site messages (Created page with 'site_messages =Definition= <source lang="sql"> CREATE TABLE site_messages ( mid INT UNSIGNED NOT NULL AUTO_INCREMENT, time_start INT...')
- 18:01, 22 March 2009 (diff | hist) . . (+356) . . N Database Table: sessions data (Created page with 'sessions_data =Definition= <source lang="sql"> CREATE TABLE sessions_data ( userid MEDIUMINT UNSIGNED NOT NULL, sessid MEDIUMINT UNSIGN...')
- 18:00, 22 March 2009 (diff | hist) . . (+513) . . N Database Table: sessions (Created page with 'sessions =Definition= <source lang="sql"> CREATE TABLE sessions ( userid MEDIUMINT UNSIGNED NOT NULL, sessid MEDIUMINT UNSIGNED NOT NUL...')
- 18:00, 22 March 2009 (diff | hist) . . (+244) . . N Database Table: secrets (Created page with 'secrets =Definition= <source lang="sql"> CREATE TABLE secrets ( stime INT UNSIGNED NOT NULL, secret CHAR(32) NOT NULL, PRIMARY KEY (s...')
- 17:59, 22 March 2009 (diff | hist) . . (+526) . . N Database Table: schools pending (Created page with 'schools_pending =Definition= <source lang="sql"> CREATE TABLE schools_pending ( `pendid` int(10) unsigned NOT NULL auto_increment, `userid` int(1...')
- 17:59, 22 March 2009 (diff | hist) . . (+410) . . N Database Table: schools attended (Created page with 'schools_attended =Definition= <source lang="sql"> CREATE TABLE `schools_attended` ( `schoolid` int(10) unsigned NOT NULL default '0', `userid` in...')
- 17:58, 22 March 2009 (diff | hist) . . (+516) . . N Database Table: schools (Created page with 'schools =Definition= <source lang="sql"> CREATE TABLE `schools` ( `schoolid` int(10) unsigned NOT NULL default '0', `name` varchar(200) BINARY NO...')
- 17:58, 22 March 2009 (diff | hist) . . (+371) . . N Database Table: schematables (Created page with 'schematables =Definition= <source lang="sql"> CREATE TABLE schematables ( tablename varchar(40) NOT NULL default '', public_browsable enum('0','1...')
- 17:58, 22 March 2009 (diff | hist) . . (+315) . . N Database Table: schemacols (Created page with 'schemacols =Definition= <source lang="sql"> CREATE TABLE schemacols ( tablename varchar(40) NOT NULL default '', colname varchar(40) NOT NULL def...')
- 17:55, 22 March 2009 (diff | hist) . . (+341) . . N Database Table: s2styles (Created page with 's2styles =Definition= <source lang="sql"> CREATE TABLE s2styles ( styleid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (styleid), useri...')
- 17:54, 22 March 2009 (diff | hist) . . (+53) . . Database Table: s2stylelayers2
- 17:54, 22 March 2009 (diff | hist) . . (+331) . . N Database Table: s2stylelayers2 (Created page with 's2stylelayers =Definition= <source lang="sql"> CREATE TABLE s2stylelayers ( styleid INT UNSIGNED NOT NULL, type ENUM('core','i18nc','layout',...')
- 17:52, 22 March 2009 (diff | hist) . . (+254) . . N Database Table: s2source inno (Created page with 's2source_inno =Definition= <source lang="sql"> CREATE TABLE s2source_inno ( s2lid INT UNSIGNED NOT NULL, PRIMARY KEY (s2lid), s2code MEDIUMB...')
- 17:51, 22 March 2009 (diff | hist) . . (+403) . . N Database Table: s2layers (Created page with 's2layers =Definition= <source lang="sql"> CREATE TABLE s2layers ( s2lid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (s2lid), b2lid INT...')
- 17:51, 22 March 2009 (diff | hist) . . (+282) . . N Database Table: s2info (Created page with 's2info =Definition= <source lang="sql"> CREATE TABLE s2info ( s2lid INT UNSIGNED NOT NULL, infokey VARCHAR(80) NOT NULL, value VARCHAR(255...')
- 17:50, 22 March 2009 (diff | hist) . . (+320) . . N Database Table: s2compiled2 (Created page with 's2compiled2 =Definition= <source lang="sql"> CREATE TABLE s2compiled2 ( userid INT UNSIGNED NOT NULL, s2lid INT UNSIGNED NOT NULL, PRIMARY K...')
- 17:50, 22 March 2009 (diff | hist) . . (+273) . . N Database Table: s2compiled (Created page with 's2compiled =Definition= <source lang="sql"> CREATE TABLE s2compiled ( s2lid INT UNSIGNED NOT NULL, PRIMARY KEY (s2lid), comptime INT UNSIGNE...')
- 17:50, 22 March 2009 (diff | hist) . . (+235) . . N Database Table: s2checker (Created page with 's2checker =Definition= <source lang="sql"> CREATE TABLE s2checker ( s2lid INT UNSIGNED NOT NULL, PRIMARY KEY (s2lid), checker MEDIUMBLOB ) <...')
- 17:48, 22 March 2009 (diff | hist) . . (+206) . . N Database Table: recentactions (Created page with 'recentactions =Definition= <source lang="sql"> CREATE TABLE recentactions ( what CHAR(2) NOT NULL ) TYPE=MYISAM </source> =Relationships= =Loca...')
- 17:48, 22 March 2009 (diff | hist) . . (+245) . . N Database Table: readonly user (Created page with 'readonly_user =Definition= <source lang="sql"> CREATE TABLE readonly_user ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (u...')
- 17:48, 22 March 2009 (diff | hist) . . (+359) . . N Database Table: ratelog (Created page with 'ratelog =Definition= <source lang="sql"> CREATE TABLE ratelog ( userid INT UNSIGNED NOT NULL, rlid TINYINT UNSIGNED NOT NULL, evttime INT UNSI...')
- 17:47, 22 March 2009 (diff | hist) . . (+301) . . N Database Table: ratelist (Created page with 'ratelist =Definition= <source lang="sql"> CREATE TABLE ratelist ( rlid TINYINT UNSIGNED NOT NULL AUTO_INCREMENT, name varchar(50) not null, des v...')
- 17:47, 22 March 2009 (diff | hist) . . (+387) . . N Database Table: rateabuse (Created page with 'rateabuse =Definition= <source lang="sql"> CREATE TABLE rateabuse ( rlid TINYINT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, evttime I...')
- 17:47, 22 March 2009 (diff | hist) . . (+263) . . N Database Table: random user set (Created page with 'random_user_set =Definition= <source lang="sql"> CREATE TABLE random_user_set ( posttime INT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, P...')
- 17:46, 22 March 2009 (diff | hist) . . (+502) . . N Database Table: qotd (Created page with 'qotd =Definition= <source lang="sql"> CREATE TABLE qotd ( qid INT UNSIGNED NOT NULL AUTO_INCREMENT, time_start INT UNSIGNED NOT NULL...')
- 17:46, 22 March 2009 (diff | hist) . . (+272) . . N Database Table: procnotify (Created page with 'procnotify =Definition= <source lang="sql"> CREATE TABLE procnotify ( nid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (nid), cmd V...')
- 17:45, 22 March 2009 (diff | hist) . . (+328) . . N Database Table: priv packages content (Created page with 'priv_packages_content =Definition= <source lang="sql"> CREATE TABLE priv_packages_content ( pkgid int(10) unsigned NOT NULL auto_increment, privn...')
- 17:45, 22 March 2009 (diff | hist) . . (+403) . . N Database Table: priv packages (Created page with 'priv_packages =Definition= <source lang="sql"> CREATE TABLE priv_packages ( pkgid int(10) unsigned NOT NULL auto_increment, name varchar(255) NOT...')
- 17:44, 22 March 2009 (diff | hist) . . (+395) . . N Database Table: priv map (Created page with 'priv_map =Definition= <source lang="sql"> CREATE TABLE priv_map ( prmid mediumint(8) unsigned NOT NULL auto_increment, userid int(10) unsigned NO...')
- 17:44, 22 March 2009 (diff | hist) . . (+431) . . N Database Table: priv list (Created page with 'priv_list =Definition= <source lang="sql"> CREATE TABLE priv_list ( prlid smallint(5) unsigned NOT NULL auto_increment, privcode varchar(20) NOT ...')
- 17:44, 22 March 2009 (diff | hist) . . (+276) . . N Database Table: portal typemap (Created page with 'portal_typemap =Definition= <source lang="sql"> CREATE TABLE portal_typemap ( id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL, class_name VARCHAR(255), ...')
- 17:43, 22 March 2009 (diff | hist) . . (+270) . . N Database Table: portal config (Created page with 'portal_config =Definition= <source lang="sql"> CREATE TABLE portal_config ( userid INT(10), pboxid SMALLINT, col CHAR(1), sortorder TINYINT, type INT...')
- 17:43, 22 March 2009 (diff | hist) . . (+291) . . N Database Table: portal box prop (Created page with 'portal_box_prop =Definition= <source lang="sql"> CREATE TABLE portal_box_prop ( userid INT(10), pboxid SMALLINT, ppropid SMALLINT, propvalue VARCHAR(...')
- 17:42, 22 March 2009 (diff | hist) . . (+353) . . N Database Table: pollsubmission2 (Created page with 'pollsubmission2 =Definition= <source lang="sql"> CREATE TABLE pollsubmission2 ( journalid INT UNSIGNED NOT NULL, pollid INT UNSIGNED NOT NULL, ...')
- 17:41, 22 March 2009 (diff | hist) . . (+400) . . N Database Table: pollresult2 (Created page with 'pollresult2 =Definition= <source lang="sql"> CREATE TABLE pollresult2 ( journalid INT UNSIGNED NOT NULL, pollid INT UNSIGNED NOT NULL, pollqid ...')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)