⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext_tables.sql

📁 Typo3, 开源里边最强大的
💻 SQL
字号:
## Table structure for extension 'rtehtmlarea'#CREATE TABLE tx_rtehtmlarea_acronym (	uid int(11) unsigned NOT NULL auto_increment,	pid int(11) unsigned DEFAULT '0' NOT NULL,	deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,	hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,	starttime int(11) unsigned DEFAULT '0' NOT NULL,	endtime int(11) unsigned DEFAULT '0' NOT NULL,	sorting int(11) unsigned DEFAULT '0' NOT NULL,	sys_language_uid int(11) DEFAULT '0' NOT NULL,	type tinyint(3) unsigned DEFAULT '1' NOT NULL,	term tinytext NOT NULL,	acronym tinytext NOT NULL,		PRIMARY KEY (uid),	KEY parent (pid));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -