/[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.19 by sysadm, Sat Jun 7 12:06:12 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;


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

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