Project

General

Profile

« Previous | Next » 

Revision 2017

Added by darkviper almost 11 years ago

! comment added in table `field users`.`group_id`

View differences:

websitebaker.sql
94 94
DROP TABLE IF EXISTS `{TABLE_PREFIX}users`;
95 95
CREATE TABLE IF NOT EXISTS `{TABLE_PREFIX}users` (
96 96
  `user_id` int(11) NOT NULL AUTO_INCREMENT,
97
  `group_id` int(11) NOT NULL DEFAULT '0',
97
  `group_id` int(11) NOT NULL DEFAULT '0' COMMENT 'this field is set deprecated and never used in WB',
98 98
  `groups_id` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '0',
99 99
  `active` int(11) NOT NULL DEFAULT '0',
100 100
  `username` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '',

Also available in: Unified diff