📄 ext_tables.sql
字号:
## Table structure for table 'sys_action'#CREATE TABLE sys_action ( uid int(11) unsigned NOT NULL auto_increment, pid int(11) unsigned DEFAULT '0' NOT NULL, tstamp int(11) unsigned DEFAULT '0' NOT NULL, crdate int(11) unsigned DEFAULT '0' NOT NULL, cruser_id int(11) unsigned DEFAULT '0' NOT NULL, sorting int(10) DEFAULT '0' NOT NULL, title tinytext NOT NULL, description text NOT NULL, type tinyint(3) unsigned DEFAULT '0' NOT NULL, t1_userprefix varchar(20) DEFAULT '' NOT NULL, t1_copy_of_user int(11) DEFAULT '0' NOT NULL, t1_allowed_groups tinyblob NOT NULL, t2_data blob NOT NULL, assign_to_groups int(11) DEFAULT '0' NOT NULL, hidden tinyint(4) DEFAULT '0' NOT NULL, t1_create_user_dir tinyint(4) DEFAULT '0' NOT NULL, t3_listPid int(11) DEFAULT '0' NOT NULL, t3_tables varchar(40) DEFAULT '' NOT NULL, t4_recordsToEdit text NOT NULL, PRIMARY KEY (uid), KEY cruser_id (cruser_id), KEY parent (pid));## Table structure for table 'sys_action_asgr_mm'#CREATE TABLE sys_action_asgr_mm ( uid_local int(11) unsigned DEFAULT '0' NOT NULL, uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, sorting int(11) unsigned DEFAULT '0' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -