| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/ext_tables.sql |
# # Table structure for table 'tx_impexp_presets' # CREATE TABLE tx_impexp_presets ( title varchar(255) DEFAULT '' NOT NULL, public tinyint(3) DEFAULT '0' NOT NULL, item_uid int(11) DEFAULT '0' NOT NULL, user_uid int(11) unsigned DEFAULT '0' NOT NULL, preset_data blob, KEY lookup (item_uid) ); # # Table structure for table 'tt_content' # CREATE TABLE tt_content ( tx_impexp_origuid int(11) DEFAULT '0' NOT NULL ); # # Table structure for table 'pages' # CREATE TABLE pages ( tx_impexp_origuid int(11) DEFAULT '0' NOT NULL ); # # Table structure for table 'sys_template' # CREATE TABLE sys_template ( tx_impexp_origuid int(11) DEFAULT '0' NOT NULL );