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 5616 2011-09-20 13:24:59Z Tomm $
| * $Id$
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 416 | 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 449 | 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 855 | 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 973 | 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) );";
|