ext_tables.sql
来自「Typo3, 开源里边最强大的」· SQL 代码 · 共 20 行
SQL
20 行
# TYPO3 Extension Manager dump 1.0## Host: TYPO3_host Database: t3_testsite#--------------------------------------------------------## Table structure for table 'tx_impexp_presets'#CREATE TABLE tx_impexp_presets ( uid int(11) NOT NULL auto_increment, user_uid int(11) DEFAULT '0' NOT NULL, title tinytext NOT NULL, public tinyint(3) DEFAULT '0' NOT NULL, item_uid int(11) DEFAULT '0' NOT NULL, preset_data blob NOT NULL, PRIMARY KEY (uid), KEY lookup (item_uid));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?