Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: pgsql_db_tables.php 5297 2010-12-28 22:01:14Z Tomm $
| * $Id$
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 54 | Zeile 54 |
---|
visibility int NOT NULL default '0', fields text NOT NULL, conditions text NOT NULL,
|
visibility int NOT NULL default '0', fields text NOT NULL, conditions text NOT NULL,
|
| custom_profile_fields text NOT NULL,
|
sortby varchar(20) NOT NULL default '', sortorder varchar(4) NOT NULL default '', perpage int NOT NULL default '0',
| sortby varchar(20) NOT NULL default '', sortorder varchar(4) NOT NULL default '', perpage int NOT NULL default '0',
|
Zeile 415 | Zeile 416 |
---|
canopenclosethreads int NOT NULL default '0', canmanagethreads int NOT NULL default '0', canmovetononmodforum int NOT NULL default '0',
|
canopenclosethreads int NOT NULL default '0', canmanagethreads int NOT NULL default '0', canmovetononmodforum int NOT NULL default '0',
|
| canusecustomtools int NOT NULL default '0',
|
PRIMARY KEY (mid) );";
| PRIMARY KEY (mid) );";
|
Zeile 448 | Zeile 450 |
---|
options text NOT NULL default '', votes text NOT NULL default '', numoptions smallint NOT NULL default '0',
|
options text NOT NULL default '', votes text NOT NULL default '', numoptions smallint NOT NULL default '0',
|
numvotes smallint NOT NULL default '0',
| numvotes text NOT NULL default '0',
|
timeout bigint NOT NULL default '0', closed int NOT NULL default '0', multiple int NOT NULL default '0',
| timeout bigint NOT NULL default '0', closed int NOT NULL default '0', multiple int NOT NULL default '0',
|
Zeile 521 | Zeile 523 |
---|
required int NOT NULL default '0', editable int NOT NULL default '0', hidden int NOT NULL default '0',
|
required int NOT NULL default '0', editable int NOT NULL default '0', hidden int NOT NULL default '0',
|
| postnum int NOT NULL default '0',
|
PRIMARY KEY (fid) );";
| PRIMARY KEY (fid) );";
|
Zeile 853 | Zeile 856 |
---|
pmquota int NOT NULL default '0', maxpmrecipients int NOT NULL default '5', cansendemail int NOT NULL default '0',
|
pmquota int NOT NULL default '0', maxpmrecipients int NOT NULL default '5', cansendemail int NOT NULL default '0',
|
| cansendemailoverride int NOT NULL default '0',
|
maxemails int NOT NULL default '5', canviewmemberlist int NOT NULL default '0', canviewcalendar int NOT NULL default '0',
| maxemails int NOT NULL default '5', canviewmemberlist int NOT NULL default '0', canviewcalendar int NOT NULL default '0',
|
Zeile 883 | Zeile 887 |
---|
canreceivewarnings int NOT NULL default '0', maxwarningsday int NOT NULL default '3', canmodcp int NOT NULL default '0',
|
canreceivewarnings int NOT NULL default '0', maxwarningsday int NOT NULL default '3', canmodcp int NOT NULL default '0',
|
| showinbirthdaylist int NOT NULL default '0', canoverridepm int NOT NULL default '0', canusesig int NOT NULL default '0', canusesigxposts int NOT NULL default '0', signofollow int NOT NULL default '0',
|
PRIMARY KEY (gid) );";
| PRIMARY KEY (gid) );";
|
Zeile 966 | Zeile 975 |
---|
coppauser int NOT NULL default '0', classicpostbit int NOT NULL default '0', loginattempts smallint NOT NULL default '1',
|
coppauser int NOT NULL default '0', classicpostbit int NOT NULL default '0', loginattempts smallint NOT NULL default '1',
|
failedlogin bigint NOT NULL default '0',
| |
usernotes text NOT NULL default '', PRIMARY KEY (uid) );";
| usernotes text NOT NULL default '', PRIMARY KEY (uid) );";
|