/[LeafOK_CVS]/fenglin/TODO/sql/db_stru.sql
ViewVC logotype

Diff of /fenglin/TODO/sql/db_stru.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.23 by sysadm, Tue Nov 11 00:57:02 2025 UTC Revision 1.24 by sysadm, Tue Dec 23 09:23:10 2025 UTC
# Line 212  CREATE TABLE `user_list` ( Line 212  CREATE TABLE `user_list` (
212    `UID` mediumint NOT NULL,    `UID` mediumint NOT NULL,
213    `username` varchar(20) NOT NULL DEFAULT '',    `username` varchar(20) NOT NULL DEFAULT '',
214    `password` varchar(64) NOT NULL DEFAULT '',    `password` varchar(64) NOT NULL DEFAULT '',
215    `temp_password` varchar(20) NOT NULL DEFAULT '',    `temp_password` varchar(64) NOT NULL DEFAULT '',
216    `enable` tinyint UNSIGNED NOT NULL DEFAULT '1',    `enable` tinyint UNSIGNED NOT NULL DEFAULT '1',
217    `verified` tinyint UNSIGNED NOT NULL DEFAULT '0',    `verified` tinyint UNSIGNED NOT NULL DEFAULT '0',
218    `p_login` tinyint UNSIGNED NOT NULL DEFAULT '1',    `p_login` tinyint UNSIGNED NOT NULL DEFAULT '1',


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1