/[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.20 by sysadm, Tue Jun 24 09:15:26 2025 UTC
# Line 145  CREATE TABLE `section_config` ( Line 145  CREATE TABLE `section_config` (
145    `sort_order` smallint NOT NULL DEFAULT '10',    `sort_order` smallint NOT NULL DEFAULT '10',
146    `ex_gen_tm` datetime DEFAULT NULL,    `ex_gen_tm` datetime DEFAULT NULL,
147    `ex_update` tinyint UNSIGNED NOT NULL DEFAULT '0',    `ex_update` tinyint UNSIGNED NOT NULL DEFAULT '0',
148      `ex_menu_tm` datetime DEFAULT NULL,
149      `ex_menu_update` tinyint NOT NULL DEFAULT '0',
150    `read_user_level` smallint NOT NULL DEFAULT '0',    `read_user_level` smallint NOT NULL DEFAULT '0',
151    `write_user_level` smallint NOT NULL DEFAULT '0'    `write_user_level` smallint NOT NULL DEFAULT '0'
152  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
# Line 276  CREATE TABLE `user_pubinfo` ( Line 278  CREATE TABLE `user_pubinfo` (
278    `sign_2` mediumtext,    `sign_2` mediumtext,
279    `sign_3` mediumtext,    `sign_3` mediumtext,
280    `upload_limit` int NOT NULL DEFAULT '1048576',    `upload_limit` int NOT NULL DEFAULT '1048576',
281    `login_notify_dt` datetime DEFAULT NULL    `login_notify_dt` datetime DEFAULT NULL,
282      `user_timezone` varchar(50) NOT NULL DEFAULT '',
283      `game_money` int NOT NULL DEFAULT '0'
284  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
285    
286  CREATE TABLE `user_reginfo` (  CREATE TABLE `user_reginfo` (
# Line 469  ALTER TABLE `user_score_log` Line 473  ALTER TABLE `user_score_log`
473    
474  ALTER TABLE `view_article_log`  ALTER TABLE `view_article_log`
475    ADD PRIMARY KEY (`AID`,`UID`),    ADD PRIMARY KEY (`AID`,`UID`),
476      ADD UNIQUE KEY `UID` (`UID`,`AID`),
477    ADD KEY `dt` (`dt`);    ADD KEY `dt` (`dt`);
478    
479  ALTER TABLE `visit_log`  ALTER TABLE `visit_log`


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

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