/[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.17 by sysadm, Sat Apr 19 06:55:53 2025 UTC Revision 1.18 by sysadm, Sat May 31 13:39:43 2025 UTC
# Line 276  CREATE TABLE `user_pubinfo` ( Line 276  CREATE TABLE `user_pubinfo` (
276    `sign_2` mediumtext,    `sign_2` mediumtext,
277    `sign_3` mediumtext,    `sign_3` mediumtext,
278    `upload_limit` int NOT NULL DEFAULT '1048576',    `upload_limit` int NOT NULL DEFAULT '1048576',
279    `login_notify_dt` datetime DEFAULT NULL    `login_notify_dt` datetime DEFAULT NULL,
280      `user_timezone` varchar(50) NOT NULL DEFAULT '',
281      `game_money` int NOT NULL DEFAULT '0'
282  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
283    
284  CREATE TABLE `user_reginfo` (  CREATE TABLE `user_reginfo` (


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

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