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 5690 2011-11-30 16:08:49Z Tomm $
| * $Id$
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 450 | 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 975 | 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) );";
|