install/schemas/mysql_stage2.sql
changeset 621 68f8a9cc0a18
parent 555 ac4c6a7f01d8
child 685 17ebe24cdf85
equal deleted inserted replaced
620:58852672ff12 621:68f8a9cc0a18
   106   temp_password text,
   106   temp_password text,
   107   temp_password_time int(12) NOT NULL DEFAULT 0,
   107   temp_password_time int(12) NOT NULL DEFAULT 0,
   108   user_coppa tinyint(1) NOT NULL DEFAULT 0,
   108   user_coppa tinyint(1) NOT NULL DEFAULT 0,
   109   user_lang smallint(5) NOT NULL DEFAULT 1,
   109   user_lang smallint(5) NOT NULL DEFAULT 1,
   110   user_has_avatar tinyint(1) NOT NULL DEFAULT 0,
   110   user_has_avatar tinyint(1) NOT NULL DEFAULT 0,
   111   avatar_type ENUM('jpg', 'png', 'gif') NOT NULL DEFAULT 'png',
   111   avatar_type ENUM('jpg', 'png', 'gif', 'grv') NOT NULL DEFAULT 'png',
   112   user_registration_ip varchar(39),
   112   user_registration_ip varchar(39),
   113   user_rank int(12) UNSIGNED DEFAULT NULL,
   113   user_rank int(12) UNSIGNED DEFAULT NULL,
   114   user_timezone int(12) UNSIGNED NOT NULL DEFAULT 0,
   114   user_timezone int(12) UNSIGNED NOT NULL DEFAULT 0,
   115   user_title varchar(64) DEFAULT NULL,
   115   user_title varchar(64) DEFAULT NULL,
   116   user_group mediumint(5) NOT NULL DEFAULT 1,
   116   user_group mediumint(5) NOT NULL DEFAULT 1,