0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
typo3
/
sysext
/
impexp
/
[
Home
]
File: 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 );