Feature #39773 ยป 39773_v01.diff
t3lib/stddb/tables.sql (revision ) | ||
---|---|---|
cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
|
||
hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
|
||
title varchar(255) DEFAULT '' NOT NULL,
|
||
doktype tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
doktype int(11) unsigned DEFAULT '0' NOT NULL,
|
||
TSconfig text,
|
||
storage_pid int(11) DEFAULT '0' NOT NULL,
|
||
is_siteroot tinyint(4) DEFAULT '0' NOT NULL,
|
||
... | ... | |
no_cache int(10) unsigned DEFAULT '0' NOT NULL,
|
||
fe_group varchar(100) DEFAULT '0' NOT NULL,
|
||
subtitle varchar(255) DEFAULT '' NOT NULL,
|
||
layout tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
layout int(11) unsigned DEFAULT '0' NOT NULL,
|
||
url_scheme tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
target varchar(80) DEFAULT '' NOT NULL,
|
||
media text,
|
||
... | ... | |
tablename varchar(255) DEFAULT '' NOT NULL,
|
||
tstamp int(11) DEFAULT '0' NOT NULL,
|
||
history_files mediumtext,
|
||
snapshot tinyint(4) DEFAULT '0' NOT NULL,
|
||
snapshot int(11) DEFAULT '0' NOT NULL,
|
||
PRIMARY KEY (uid),
|
||
KEY parent (pid),
|
||
KEY recordident_1 (tablename,recuid),
|
typo3/sysext/cms/ext_tables.sql (revision ) | ||
---|---|---|
CREATE TABLE pages_language_overlay (
|
||
uid int(11) NOT NULL auto_increment,
|
||
pid int(11) DEFAULT '0' NOT NULL,
|
||
doktype tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
doktype int(11) unsigned DEFAULT '0' NOT NULL,
|
||
t3ver_oid int(11) DEFAULT '0' NOT NULL,
|
||
t3ver_id int(11) DEFAULT '0' NOT NULL,
|
||
t3ver_wsid int(11) DEFAULT '0' NOT NULL,
|
||
... | ... | |
imagecols tinyint(4) unsigned DEFAULT '0' NOT NULL,
|
||
imageborder tinyint(4) unsigned DEFAULT '0' NOT NULL,
|
||
media text,
|
||
layout tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
layout int(11) unsigned DEFAULT '0' NOT NULL,
|
||
deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
|
||
cols tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
cols int(11) unsigned DEFAULT '0' NOT NULL,
|
||
records text,
|
||
pages tinytext,
|
||
starttime int(11) unsigned DEFAULT '0' NOT NULL,
|
||
endtime int(11) unsigned DEFAULT '0' NOT NULL,
|
||
colPos tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
colPos int(11) unsigned DEFAULT '0' NOT NULL,
|
||
subheader varchar(255) DEFAULT '' NOT NULL,
|
||
spaceBefore smallint(5) unsigned DEFAULT '0' NOT NULL,
|
||
spaceAfter smallint(5) unsigned DEFAULT '0' NOT NULL,
|
||
... | ... | |
table_border tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
table_cellspacing tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
table_cellpadding tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
table_bgColor tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
table_bgColor int(11) unsigned DEFAULT '0' NOT NULL,
|
||
select_key varchar(80) DEFAULT '' NOT NULL,
|
||
sectionIndex tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
linkToTop tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
... | ... | |
filelink_size tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
filelink_sorting tinytext NOT NULL,
|
||
target varchar(30) DEFAULT '' NOT NULL,
|
||
section_frame tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
section_frame int(11) unsigned DEFAULT '0' NOT NULL,
|
||
date int(10) unsigned DEFAULT '0' NOT NULL,
|
||
splash_layout varchar(30) DEFAULT '0' NOT NULL,
|
||
multimedia tinytext,
|
||
image_frames tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
image_frames int(11) unsigned DEFAULT '0' NOT NULL,
|
||
recursive tinyint(3) unsigned DEFAULT '0' NOT NULL,
|
||
imageheight mediumint(8) unsigned DEFAULT '0' NOT NULL,
|
||
rte_enabled tinyint(4) DEFAULT '0' NOT NULL,
|