Index: t3lib/stddb/tables.sql IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP <+>#\n\n#\n# Table structure for table 'be_groups'\n#\nCREATE TABLE be_groups (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(50) DEFAULT '' NOT NULL,\n non_exclude_fields text,\n explicit_allowdeny text,\n allowed_languages varchar(255) DEFAULT '' NOT NULL,\n custom_options text,\n db_mountpoints varchar(255) DEFAULT '' NOT NULL,\n pagetypes_select varchar(255) DEFAULT '' NOT NULL,\n tables_select text,\n tables_modify text,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n groupMods text,\n file_mountpoints varchar(255) DEFAULT '' NOT NULL,\n fileoper_perms tinyint(4) DEFAULT '0' NOT NULL,\n hidden tinyint(1) unsigned DEFAULT '0' NOT NULL,\n inc_access_lists tinyint(3) unsigned DEFAULT '0' NOT NULL,\n description text,\n lockToDomain varchar(50) DEFAULT '' NOT NULL,\n deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,\n TSconfig text,\n subgroup varchar(255) DEFAULT '' NOT NULL,\n hide_in_lists tinyint(4) DEFAULT '0' NOT NULL,\n workspace_perms tinyint(3) DEFAULT '1' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid)\n);\n\n#\n# Table structure for table 'be_sessions'\n#\nCREATE TABLE be_sessions (\n ses_id varchar(32) DEFAULT '' NOT NULL,\n ses_name varchar(32) DEFAULT '' NOT NULL,\n ses_iplock varchar(39) DEFAULT '' NOT NULL,\n ses_hashlock int(11) DEFAULT '0' NOT NULL,\n ses_userid int(11) unsigned DEFAULT '0' NOT NULL,\n ses_tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n ses_data longtext,\n ses_backuserid int(11) NOT NULL default '0',\n PRIMARY KEY (ses_id,ses_name),\n KEY ses_tstamp (ses_tstamp)\n);\n\n#\n# Table structure for table 'be_users'\n#\nCREATE TABLE be_users (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n username varchar(50) DEFAULT '' NOT NULL,\n password varchar(100) DEFAULT '' NOT NULL,\n admin tinyint(4) unsigned DEFAULT '0' NOT NULL,\n usergroup varchar(255) DEFAULT '' NOT NULL,\n disable tinyint(1) unsigned DEFAULT '0' NOT NULL,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n lang char(2) DEFAULT '' NOT NULL,\n email varchar(80) DEFAULT '' NOT NULL,\n db_mountpoints varchar(255) DEFAULT '' NOT NULL,\n options tinyint(4) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n realName varchar(80) DEFAULT '' NOT NULL,\n userMods varchar(255) DEFAULT '' NOT NULL,\n allowed_languages varchar(255) DEFAULT '' NOT NULL,\n uc mediumtext,\n file_mountpoints varchar(255) DEFAULT '' NOT NULL,\n fileoper_perms tinyint(4) DEFAULT '0' NOT NULL,\n workspace_perms tinyint(3) DEFAULT '1' NOT NULL,\n lockToDomain varchar(50) DEFAULT '' NOT NULL,\n disableIPlock tinyint(1) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,\n TSconfig text,\n lastlogin int(10) unsigned DEFAULT '0' NOT NULL,\n createdByAction int(11) DEFAULT '0' NOT NULL,\n usergroup_cached_list varchar(255) DEFAULT '' NOT NULL,\n workspace_id int(11) DEFAULT '0' NOT NULL,\n workspace_preview tinyint(3) DEFAULT '1' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid),\n KEY username (username)\n);\n\n#\n# Table structure for table 'cache_imagesizes'\n#\nCREATE TABLE cache_imagesizes (\n md5hash varchar(32) DEFAULT '' NOT NULL,\n md5filename varchar(32) DEFAULT '' NOT NULL,\n tstamp int(11) DEFAULT '0' NOT NULL,\n filename varchar(255) DEFAULT '' NOT NULL,\n imagewidth mediumint(11) unsigned DEFAULT '0' NOT NULL,\n imageheight mediumint(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (md5filename)\n) ENGINE=InnoDB;\n\n#\n# Table structure for table 'pages'\n#\nCREATE TABLE pages (\n uid int(11) NOT NULL auto_increment,\n pid int(11) DEFAULT '0' NOT NULL,\n t3ver_oid int(11) DEFAULT '0' NOT NULL,\n t3ver_id int(11) DEFAULT '0' NOT NULL,\n t3ver_wsid int(11) DEFAULT '0' NOT NULL,\n t3ver_label varchar(255) DEFAULT '' NOT NULL,\n t3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n t3ver_stage int(11) DEFAULT '0' NOT NULL,\n t3ver_count int(11) DEFAULT '0' NOT NULL,\n t3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n t3ver_move_id int(11) DEFAULT '0' NOT NULL,\n t3_origuid int(11) DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n sorting int(11) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,\n perms_userid int(11) unsigned DEFAULT '0' NOT NULL,\n perms_groupid int(11) unsigned DEFAULT '0' NOT NULL,\n perms_user tinyint(4) unsigned DEFAULT '0' NOT NULL,\n perms_group tinyint(4) unsigned DEFAULT '0' NOT NULL,\n perms_everybody tinyint(4) unsigned DEFAULT '0' NOT NULL,\n editlock tinyint(4) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n title varchar(255) DEFAULT '' NOT NULL,\n doktype tinyint(3) unsigned DEFAULT '0' NOT NULL,\n TSconfig text,\n storage_pid int(11) DEFAULT '0' NOT NULL,\n is_siteroot tinyint(4) DEFAULT '0' NOT NULL,\n php_tree_stop tinyint(4) DEFAULT '0' NOT NULL,\n tx_impexp_origuid int(11) DEFAULT '0' NOT NULL,\n url varchar(255) DEFAULT '' NOT NULL,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n urltype tinyint(4) unsigned DEFAULT '0' NOT NULL,\n shortcut int(10) unsigned DEFAULT '0' NOT NULL,\n shortcut_mode int(10) unsigned DEFAULT '0' NOT NULL,\n no_cache int(10) unsigned DEFAULT '0' NOT NULL,\n fe_group varchar(100) DEFAULT '0' NOT NULL,\n subtitle varchar(255) DEFAULT '' NOT NULL,\n layout tinyint(3) unsigned DEFAULT '0' NOT NULL,\n url_scheme tinyint(3) unsigned DEFAULT '0' NOT NULL,\n target varchar(80) DEFAULT '' NOT NULL,\n media text,\n lastUpdated int(10) unsigned DEFAULT '0' NOT NULL,\n keywords text,\n cache_timeout int(10) unsigned DEFAULT '0' NOT NULL,\n cache_tags varchar(255) DEFAULT '' NOT NULL,\n newUntil int(10) unsigned DEFAULT '0' NOT NULL,\n description text,\n no_search tinyint(3) unsigned DEFAULT '0' NOT NULL,\n SYS_LASTCHANGED int(10) unsigned DEFAULT '0' NOT NULL,\n abstract text,\n module varchar(10) DEFAULT '' NOT NULL,\n extendToSubpages tinyint(3) unsigned DEFAULT '0' NOT NULL,\n author varchar(255) DEFAULT '' NOT NULL,\n author_email varchar(80) DEFAULT '' NOT NULL,\n nav_title varchar(255) DEFAULT '' NOT NULL,\n nav_hide tinyint(4) DEFAULT '0' NOT NULL,\n content_from_pid int(10) unsigned DEFAULT '0' NOT NULL,\n mount_pid int(10) unsigned DEFAULT '0' NOT NULL,\n mount_pid_ol tinyint(4) DEFAULT '0' NOT NULL,\n alias varchar(32) DEFAULT '' NOT NULL,\n l18n_cfg tinyint(4) DEFAULT '0' NOT NULL,\n fe_login_mode tinyint(4) DEFAULT '0' NOT NULL,\n backend_layout int(10) DEFAULT '0' NOT NULL,\n backend_layout_next_level int(10) DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY t3ver_oid (t3ver_oid,t3ver_wsid),\n KEY parent (pid,deleted,sorting),\n KEY alias (alias)\n);\n\n#\n# Table structure for table 'sys_registry'\n#\nCREATE TABLE sys_registry (\n uid int(11) unsigned NOT NULL auto_increment,\n entry_namespace varchar(128) DEFAULT '' NOT NULL,\n entry_key varchar(128) DEFAULT '' NOT NULL,\n entry_value blob,\n PRIMARY KEY (uid),\n UNIQUE KEY entry_identifier (entry_namespace,entry_key)\n);\n\n#\n# Table structure for table 'sys_be_shortcuts'\n#\nCREATE TABLE sys_be_shortcuts (\n uid int(11) unsigned NOT NULL auto_increment,\n userid int(11) unsigned DEFAULT '0' NOT NULL,\n module_name varchar(255) DEFAULT '' NOT NULL,\n url text,\n description varchar(255) DEFAULT '' NOT NULL,\n sorting int(11) DEFAULT '0' NOT NULL,\n sc_group tinyint(4) DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY event (userid)\n);\n\n\n#\n# Table structure for table 'sys_news'\n#\nCREATE TABLE sys_news (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(255) DEFAULT '' NOT NULL,\n content mediumtext,\n\n PRIMARY KEY (uid),\n KEY parent (pid)\n);\n\n\n#\n# Table structure for table 'sys_filemounts'\n#\nCREATE TABLE sys_filemounts (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(30) DEFAULT '' NOT NULL,\n path varchar(120) DEFAULT '' NOT NULL,\n base tinyint(4) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(3) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,\n sorting int(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid)\n);\n\n\n#\n# Table structure for table 'sys_file_storage'\n#\nCREATE TABLE sys_file_storage (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\thidden tinyint(4) DEFAULT '0' NOT NULL,\n\n\tname tinytext,\n\tdescription text,\n\tdriver tinytext,\n\tconfiguration text,\n\tis_browsable tinyint(4) DEFAULT '0' NOT NULL,\n\tis_public tinyint(4) DEFAULT '0' NOT NULL,\n\tis_writable tinyint(4) DEFAULT '0' NOT NULL,\n\tis_online tinyint(4) DEFAULT '1' NOT NULL,\n\tprocessingfolder tinytext,\n\n\tPRIMARY KEY (uid),\n\tKEY parent (pid)\n);\n\n#\n# Table structure for table 'sys_file'\n#\nCREATE TABLE sys_file (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_oid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_wsid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_label varchar(30) DEFAULT '' NOT NULL,\n\tt3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n\tt3ver_stage int(11) DEFAULT '0' NOT NULL,\n\tt3ver_count int(11) DEFAULT '0' NOT NULL,\n\tt3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n\tt3ver_move_id int(11) DEFAULT '0' NOT NULL,\n\tt3_origuid int(11) DEFAULT '0' NOT NULL,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\n\ttype varchar(10) DEFAULT '' NOT NULL,\n\tstorage int(11) DEFAULT '0' NOT NULL,\n\tidentifier varchar(200) DEFAULT '' NOT NULL,\n\textension varchar(255) DEFAULT '' NOT NULL,\n\tmime_type varchar(255) DEFAULT '' NOT NULL,\n\tname tinytext,\n\tsha1 tinytext,\n\tsize int(11) DEFAULT '0' NOT NULL,\n\tcreation_date int(11) DEFAULT '0' NOT NULL,\n\tmodification_date int(11) DEFAULT '0' NOT NULL,\n\twidth int(11) DEFAULT '0' NOT NULL,\n\theight int(11) DEFAULT '0' NOT NULL,\n\tdescription text,\n\talternative text,\n\n\tPRIMARY KEY (uid),\n\tKEY parent (pid),\n\tKEY t3ver_oid (t3ver_oid,t3ver_wsid)\n);\n\n#\n# Table structure for table 'sys_file_processedfile'.\n# which is a \"temporary\" file, like an image preview\n# This table does not have a TCA representation, as it's only written do using direct SQL queries in the code\n#\nCREATE TABLE sys_file_processedfile (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\n\tstorage int(11) DEFAULT '0' NOT NULL,\n\toriginal int(11) DEFAULT '0' NOT NULL,\n\tidentifier varchar(200) DEFAULT '' NOT NULL,\n\tname tinytext,\n\tconfiguration text,\n\tcontext varchar(200) DEFAULT '' NOT NULL,\n\tchecksum varchar(255) DEFAULT '' NOT NULL,\n\tis_processed varchar(200) DEFAULT '' NOT NULL,\n\textension varchar(255) DEFAULT '' NOT NULL,\n\tmime_type varchar(255) DEFAULT '' NOT NULL,\n\tsha1 tinytext,\n\tsize int(11) DEFAULT '0' NOT NULL,\n\twidth int(11) DEFAULT '0' NOT NULL,\n\theight int(11) DEFAULT '0' NOT NULL,\n\n\tPRIMARY KEY (uid),\n\tKEY parent (pid)\n);\n\n#\n# Table structure for table 'sys_file_reference'\n# which is one usage of a file with overloaded metadata\n#\nCREATE TABLE sys_file_reference (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tsorting int(10) DEFAULT '0' NOT NULL,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\thidden tinyint(4) DEFAULT '0' NOT NULL,\n\n\t# Versioning fields\n\tt3ver_oid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_wsid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_label varchar(30) DEFAULT '' NOT NULL,\n\tt3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n\tt3ver_stage int(11) DEFAULT '0' NOT NULL,\n\tt3ver_count int(11) DEFAULT '0' NOT NULL,\n\tt3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n\tt3ver_move_id int(11) DEFAULT '0' NOT NULL,\n\tt3_origuid int(11) DEFAULT '0' NOT NULL,\n\n\t# Reference fields (basically same as MM table)\n\tuid_local int(11) DEFAULT '0' NOT NULL,\n\tuid_foreign int(11) DEFAULT '0' NOT NULL,\n\ttablenames varchar(255) DEFAULT '' NOT NULL,\n\tfieldname tinytext,\n\tsorting_foreign int(11) DEFAULT '0' NOT NULL,\n\ttable_local varchar(255) DEFAULT '' NOT NULL,\n\n\t# Local usage overlay fields\n\ttitle tinytext,\n\tdescription text,\n\talternative tinytext,\n\tlink tinytext,\n\tdownloadname tinytext,\n\n\tPRIMARY KEY (uid),\n\tKEY uid_local (uid_local),\n\tKEY uid_foreign (uid_foreign),\n\tKEY parent (pid)\n);\n\n\n#\n# Table structure for table 'sys_file_collection'\n#\nCREATE TABLE sys_file_collection (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_oid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_wsid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_label varchar(30) DEFAULT '' NOT NULL,\n\tt3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n\tt3ver_stage int(11) DEFAULT '0' NOT NULL,\n\tt3ver_count int(11) DEFAULT '0' NOT NULL,\n\tt3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n\tt3ver_move_id int(11) DEFAULT '0' NOT NULL,\n\tt3_origuid int(11) DEFAULT '0' NOT NULL,\n\tsys_language_uid int(11) DEFAULT '0' NOT NULL,\n\tl10n_parent int(11) DEFAULT '0' NOT NULL,\n\tl10n_diffsource mediumtext,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\thidden tinyint(4) DEFAULT '0' NOT NULL,\n\tstarttime int(11) DEFAULT '0' NOT NULL,\n\tendtime int(11) DEFAULT '0' NOT NULL,\n\n\t# Actual fields\n\ttitle tinytext,\n\tdescription text,\n\ttype varchar(6) DEFAULT 'static' NOT NULL,\n\n\t# for type=static\n\tfiles int(11) DEFAULT '0' NOT NULL,\n\n\t# for type=folder:\n\tstorage int(11) DEFAULT '0' NOT NULL,\n\tfolder text NOT NULL,\n\n\tPRIMARY KEY (uid),\n\tKEY parent (pid),\n\tKEY t3ver_oid (t3ver_oid,t3ver_wsid)\n);\n\n#\n# Table structure for table 'sys_collection'\n#\nCREATE TABLE sys_collection (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_oid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_wsid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_label varchar(30) DEFAULT '' NOT NULL,\n\tt3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n\tt3ver_stage int(11) DEFAULT '0' NOT NULL,\n\tt3ver_count int(11) DEFAULT '0' NOT NULL,\n\tt3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n\tt3ver_move_id int(11) DEFAULT '0' NOT NULL,\n\tt3_origuid int(11) DEFAULT '0' NOT NULL,\n\tsys_language_uid int(11) DEFAULT '0' NOT NULL,\n\tl10n_parent int(11) DEFAULT '0' NOT NULL,\n\tl10n_diffsource mediumtext,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\thidden tinyint(4) DEFAULT '0' NOT NULL,\n\tstarttime int(11) DEFAULT '0' NOT NULL,\n\tendtime int(11) DEFAULT '0' NOT NULL,\n\tfe_group int(11) DEFAULT '0' NOT NULL,\n\n\ttitle tinytext,\n\tdescription text,\n\ttype varchar(32) DEFAULT 'static' NOT NULL,\n\ttable_name tinytext,\n\titems int(11) DEFAULT '0' NOT NULL,\n\n\tPRIMARY KEY (uid),\n\tKEY parent (pid),\n\tKEY t3ver_oid (t3ver_oid,t3ver_wsid)\n);\n\n#\n# Table structure for table 'sys_collection_entries'\n#\nCREATE TABLE sys_collection_entries (\n\tuid int(11) NOT NULL auto_increment,\n\tuid_local int(11) DEFAULT '0' NOT NULL,\n\tuid_foreign int(11) DEFAULT '0' NOT NULL,\n\ttablenames varchar(30) DEFAULT '' NOT NULL,\n\tsorting int(11) DEFAULT '0' NOT NULL,\n\n\tKEY uid_local (uid_local),\n\tKEY uid_foreign (uid_foreign),\n\tPRIMARY KEY (uid)\n);\n\n#\n# Table structure for table 'sys_history'\n#\nCREATE TABLE sys_history (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n sys_log_uid int(11) DEFAULT '0' NOT NULL,\n history_data mediumtext,\n fieldlist text,\n recuid int(11) DEFAULT '0' NOT NULL,\n tablename varchar(255) DEFAULT '' NOT NULL,\n tstamp int(11) DEFAULT '0' NOT NULL,\n history_files mediumtext,\n snapshot tinyint(4) DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid),\n KEY recordident_1 (tablename,recuid),\n KEY recordident_2 (tablename,tstamp),\n KEY sys_log_uid (sys_log_uid)\n) ENGINE=InnoDB;\n\n#\n# Table structure for table 'sys_lockedrecords'\n#\nCREATE TABLE sys_lockedrecords (\n uid int(11) unsigned NOT NULL auto_increment,\n userid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n record_table varchar(255) DEFAULT '' NOT NULL,\n record_uid int(11) DEFAULT '0' NOT NULL,\n record_pid int(11) DEFAULT '0' NOT NULL,\n username varchar(50) DEFAULT '' NOT NULL,\n feuserid int(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY event (userid,tstamp)\n);\n\n#\n# Table structure for table 'sys_refindex'\n#\nCREATE TABLE sys_refindex (\n hash varchar(32) DEFAULT '' NOT NULL,\n tablename varchar(255) DEFAULT '' NOT NULL,\n recuid int(11) DEFAULT '0' NOT NULL,\n field varchar(40) DEFAULT '' NOT NULL,\n flexpointer varchar(255) DEFAULT '' NOT NULL,\n softref_key varchar(30) DEFAULT '' NOT NULL,\n softref_id varchar(40) DEFAULT '' NOT NULL,\n sorting int(11) DEFAULT '0' NOT NULL,\n deleted tinyint(1) DEFAULT '0' NOT NULL,\n ref_table varchar(255) DEFAULT '' NOT NULL,\n ref_uid int(11) DEFAULT '0' NOT NULL,\n ref_string varchar(200) DEFAULT '' NOT NULL,\n\n PRIMARY KEY (hash),\n KEY lookup_rec (tablename,recuid),\n KEY lookup_uid (ref_table,ref_uid),\n KEY lookup_string (ref_string)\n);\n\n#\n# Table structure for table 'sys_log'\n#\nCREATE TABLE sys_log (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n userid int(11) unsigned DEFAULT '0' NOT NULL,\n action tinyint(4) unsigned DEFAULT '0' NOT NULL,\n recuid int(11) unsigned DEFAULT '0' NOT NULL,\n tablename varchar(255) DEFAULT '' NOT NULL,\n recpid int(11) DEFAULT '0' NOT NULL,\n error tinyint(4) unsigned DEFAULT '0' NOT NULL,\n details text NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n type tinyint(3) unsigned DEFAULT '0' NOT NULL,\n details_nr tinyint(3) unsigned DEFAULT '0' NOT NULL,\n IP varchar(39) DEFAULT '' NOT NULL,\n log_data text,\n event_pid int(11) DEFAULT '-1' NOT NULL,\n workspace int(11) DEFAULT '0' NOT NULL,\n NEWid varchar(20) DEFAULT '' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid),\n KEY event (userid,event_pid),\n KEY recuidIdx (recuid,uid),\n KEY user_auth (type,action,tstamp)\n) ENGINE=InnoDB;\n\n#\n# Table structure for table 'sys_language'\n#\nCREATE TABLE sys_language (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n title varchar(80) DEFAULT '' NOT NULL,\n flag varchar(20) DEFAULT '' NOT NULL,\n static_lang_isocode int(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid)\n);\n\n#\n# Table structure for table 'sys_category'\n#\nCREATE TABLE sys_category (\n\tuid int(11) NOT NULL auto_increment,\n\tpid int(11) DEFAULT '0' NOT NULL,\n\ttstamp int(11) DEFAULT '0' NOT NULL,\n\tcrdate int(11) DEFAULT '0' NOT NULL,\n\tcruser_id int(11) DEFAULT '0' NOT NULL,\n\tdeleted tinyint(4) DEFAULT '0' NOT NULL,\n\thidden tinyint(4) DEFAULT '0' NOT NULL,\n\tstarttime int(11) unsigned DEFAULT '0' NOT NULL,\n\tendtime int(11) unsigned DEFAULT '0' NOT NULL,\n\n\tt3ver_oid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_id int(11) DEFAULT '0' NOT NULL,\n\tt3ver_wsid int(11) DEFAULT '0' NOT NULL,\n\tt3ver_label varchar(30) DEFAULT '' NOT NULL,\n\tt3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n\tt3ver_stage int(11) DEFAULT '0' NOT NULL,\n\tt3ver_count int(11) DEFAULT '0' NOT NULL,\n\tt3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n\tt3ver_move_id int(11) DEFAULT '0' NOT NULL,\n\tt3_origuid int(11) DEFAULT '0' NOT NULL,\n\n\tsys_language_uid int(11) DEFAULT '0' NOT NULL,\n\tl10n_parent int(11) DEFAULT '0' NOT NULL,\n\tl10n_diffsource mediumblob NOT NULL,\n\n\ttitle tinytext NOT NULL,\n\tdescription text NOT NULL,\n\tparent int(11) DEFAULT '0' NOT NULL,\n\titems int(11) DEFAULT '0' NOT NULL,\n\n\tPRIMARY KEY (uid),\n\tKEY parent (pid),\n\tKEY t3ver_oid (t3ver_oid,t3ver_wsid)\n);\n\n#\n# Table structure for table 'sys_category_record_mm'\n#\nCREATE TABLE sys_category_record_mm (\n\tuid_local int(11) DEFAULT '0' NOT NULL,\n\tuid_foreign int(11) DEFAULT '0' NOT NULL,\n\ttablenames varchar(255) DEFAULT '' NOT NULL,\n\tsorting int(11) DEFAULT '0' NOT NULL,\n\tsorting_foreign int(11) DEFAULT '0' NOT NULL,\n\n\tKEY uid_local_foreign (uid_local,uid_foreign)\n\tKEY uid_foreign_tablenames (uid_foreign,tablenames)\n); =================================================================== --- t3lib/stddb/tables.sql (date 1344840862000) +++ t3lib/stddb/tables.sql (revision ) @@ -133,7 +133,7 @@ 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, @@ -148,7 +148,7 @@ 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, @@ -506,7 +506,7 @@ 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), \ No newline at end of file Index: typo3/sysext/cms/ext_tables.sql IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP <+>#\n\n\n#\n# Table structure for table 'cache_typo3temp_log'\n#\nCREATE TABLE cache_typo3temp_log (\n md5hash varchar(32) DEFAULT '' NOT NULL,\n tstamp int(11) DEFAULT '0' NOT NULL,\n filename varchar(255) DEFAULT '' NOT NULL,\n orig_filename varchar(255) DEFAULT '' NOT NULL,\n PRIMARY KEY (md5hash)\n) ENGINE=InnoDB;\n\n\n#\n# Table structure for table 'cache_md5params'\n#\nCREATE TABLE cache_md5params (\n md5hash varchar(20) DEFAULT '' NOT NULL,\n tstamp int(11) DEFAULT '0' NOT NULL,\n type tinyint(3) DEFAULT '0' NOT NULL,\n params text,\n PRIMARY KEY (md5hash)\n) ENGINE=InnoDB;\n\n\n#\n# Table structure for table 'cache_imagesizes'\n#\nCREATE TABLE cache_imagesizes (\n md5hash varchar(32) DEFAULT '' NOT NULL,\n md5filename varchar(32) DEFAULT '' NOT NULL,\n tstamp int(11) DEFAULT '0' NOT NULL,\n filename varchar(255) DEFAULT '' NOT NULL,\n imagewidth mediumint(11) unsigned DEFAULT '0' NOT NULL,\n imageheight mediumint(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (md5filename)\n) ENGINE=InnoDB;\n\n\n#\n# Table structure for table 'cache_treelist'\n#\nCREATE TABLE cache_treelist (\n md5hash char(32) DEFAULT '' NOT NULL,\n pid int(11) DEFAULT '0' NOT NULL,\n treelist text,\n tstamp int(11) DEFAULT '0' NOT NULL,\n expires int(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (md5hash)\n) ENGINE=InnoDB;\n\n\n#\n# Table structure for table 'fe_groups'\n#\nCREATE TABLE fe_groups (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(50) DEFAULT '' NOT NULL,\n hidden tinyint(3) unsigned DEFAULT '0' NOT NULL,\n lockToDomain varchar(50) DEFAULT '' NOT NULL,\n deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,\n description text,\n subgroup tinytext,\n TSconfig text,\n PRIMARY KEY (uid),\n KEY parent (pid)\n);\n\n\n#\n# Table structure for table 'fe_session_data'\n#\nCREATE TABLE fe_session_data (\n hash varchar(32) DEFAULT '' NOT NULL,\n content mediumblob,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (hash),\n KEY tstamp (tstamp)\n) ENGINE=InnoDB;\n\n\n#\n# Table structure for table 'fe_sessions'\n#\nCREATE TABLE fe_sessions (\n ses_id varchar(32) DEFAULT '' NOT NULL,\n ses_name varchar(32) DEFAULT '' NOT NULL,\n ses_iplock varchar(39) DEFAULT '' NOT NULL,\n ses_hashlock int(11) DEFAULT '0' NOT NULL,\n ses_userid int(11) unsigned DEFAULT '0' NOT NULL,\n ses_tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n ses_data blob,\n ses_permanent tinyint(1) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (ses_id,ses_name),\n KEY ses_tstamp (ses_tstamp)\n) ENGINE=InnoDB;\n\n\n#\n# Table structure for table 'fe_users'\n#\nCREATE TABLE fe_users (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n username varchar(50) DEFAULT '' NOT NULL,\n password varchar(100) DEFAULT '' NOT NULL,\n usergroup tinytext,\n disable tinyint(4) unsigned DEFAULT '0' NOT NULL,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n name varchar(80) DEFAULT '' NOT NULL,\n first_name varchar(50) DEFAULT '' NOT NULL,\n middle_name varchar(50) DEFAULT '' NOT NULL,\n last_name varchar(50) DEFAULT '' NOT NULL,\n address varchar(255) DEFAULT '' NOT NULL,\n telephone varchar(20) DEFAULT '' NOT NULL,\n fax varchar(20) DEFAULT '' NOT NULL,\n email varchar(80) DEFAULT '' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n lockToDomain varchar(50) DEFAULT '' NOT NULL,\n deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,\n uc blob,\n title varchar(40) DEFAULT '' NOT NULL,\n zip varchar(10) DEFAULT '' NOT NULL,\n city varchar(50) DEFAULT '' NOT NULL,\n country varchar(40) DEFAULT '' NOT NULL,\n www varchar(80) DEFAULT '' NOT NULL,\n company varchar(80) DEFAULT '' NOT NULL,\n image tinytext,\n TSconfig text,\n fe_cruser_id int(10) unsigned DEFAULT '0' NOT NULL,\n lastlogin int(10) unsigned DEFAULT '0' NOT NULL,\n is_online int(10) unsigned DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid,username),\n KEY username (username),\n KEY is_online (is_online)\n);\n\n\n#\n# Table structure for table 'pages_language_overlay'\n#\nCREATE TABLE pages_language_overlay (\n uid int(11) NOT NULL auto_increment,\n pid int(11) DEFAULT '0' NOT NULL,\n doktype tinyint(3) unsigned DEFAULT '0' NOT NULL,\n t3ver_oid int(11) DEFAULT '0' NOT NULL,\n t3ver_id int(11) DEFAULT '0' NOT NULL,\n t3ver_wsid int(11) DEFAULT '0' NOT NULL,\n t3ver_label varchar(255) DEFAULT '' NOT NULL,\n t3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n t3ver_stage int(11) DEFAULT '0' NOT NULL,\n t3ver_count int(11) DEFAULT '0' NOT NULL,\n t3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n t3_origuid int(11) DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n sys_language_uid int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(255) DEFAULT '' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,\n subtitle varchar(255) DEFAULT '' NOT NULL,\n nav_title varchar(255) DEFAULT '' NOT NULL,\n media text,\n keywords text,\n description text,\n abstract text,\n author varchar(255) DEFAULT '' NOT NULL,\n author_email varchar(80) DEFAULT '' NOT NULL,\n tx_impexp_origuid int(11) DEFAULT '0' NOT NULL,\n l18n_diffsource mediumblob,\n url varchar(255) DEFAULT '' NOT NULL,\n urltype tinyint(4) unsigned DEFAULT '0' NOT NULL,\n shortcut int(10) unsigned DEFAULT '0' NOT NULL,\n shortcut_mode int(10) unsigned DEFAULT '0' NOT NULL,\n\n PRIMARY KEY (uid),\n KEY t3ver_oid (t3ver_oid,t3ver_wsid),\n KEY parent (pid,sys_language_uid)\n);\n\n\n#\n# Table structure for table 'sys_domain'\n#\nCREATE TABLE sys_domain (\n uid int(11) unsigned NOT NULL auto_increment,\n pid int(11) unsigned DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n domainName varchar(80) DEFAULT '' NOT NULL,\n redirectTo varchar(255) DEFAULT '' NOT NULL,\n redirectHttpStatusCode int(4) unsigned DEFAULT '301' NOT NULL,\n sorting int(10) unsigned DEFAULT '0' NOT NULL,\n prepend_params int(10) DEFAULT '0' NOT NULL,\n forced tinyint(3) unsigned DEFAULT '0' NOT NULL,\n\n PRIMARY KEY (uid),\n KEY parent (pid)\n);\n\n\n\n#\n# Table structure for table 'sys_template'\n#\nCREATE TABLE sys_template (\n uid int(11) NOT NULL auto_increment,\n pid int(11) DEFAULT '0' NOT NULL,\n t3ver_oid int(11) DEFAULT '0' NOT NULL,\n t3ver_id int(11) DEFAULT '0' NOT NULL,\n t3ver_wsid int(11) DEFAULT '0' NOT NULL,\n t3ver_label varchar(255) DEFAULT '' NOT NULL,\n t3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n t3ver_stage int(11) DEFAULT '0' NOT NULL,\n t3ver_count int(11) DEFAULT '0' NOT NULL,\n t3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n t3_origuid int(11) DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n sorting int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(255) DEFAULT '' NOT NULL,\n sitetitle varchar(255) DEFAULT '' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n root tinyint(4) unsigned DEFAULT '0' NOT NULL,\n clear tinyint(4) unsigned DEFAULT '0' NOT NULL,\n include_static_file text,\n constants text,\n config text,\n nextLevel varchar(5) DEFAULT '' NOT NULL,\n description text,\n basedOn tinytext,\n deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,\n includeStaticAfterBasedOn tinyint(4) unsigned DEFAULT '0' NOT NULL,\n static_file_mode tinyint(4) unsigned DEFAULT '0' NOT NULL,\n tx_impexp_origuid int(11) DEFAULT '0' NOT NULL,\n PRIMARY KEY (uid),\n KEY t3ver_oid (t3ver_oid,t3ver_wsid),\n KEY parent (pid,deleted,hidden,sorting)\n);\n\n\n#\n# Table structure for table 'tt_content'\n#\nCREATE TABLE tt_content (\n uid int(11) NOT NULL auto_increment,\n pid int(11) DEFAULT '0' NOT NULL,\n t3ver_oid int(11) DEFAULT '0' NOT NULL,\n t3ver_id int(11) DEFAULT '0' NOT NULL,\n t3ver_wsid int(11) DEFAULT '0' NOT NULL,\n t3ver_label varchar(255) DEFAULT '' NOT NULL,\n t3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n t3ver_stage int(11) DEFAULT '0' NOT NULL,\n t3ver_count int(11) DEFAULT '0' NOT NULL,\n t3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n t3ver_move_id int(11) DEFAULT '0' NOT NULL,\n t3_origuid int(11) DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n sorting int(11) unsigned DEFAULT '0' NOT NULL,\n CType varchar(30) DEFAULT '' NOT NULL,\n header varchar(255) DEFAULT '' NOT NULL,\n header_position varchar(6) DEFAULT '' NOT NULL,\n bodytext mediumtext,\n\n # Even though we're using FAL and an IRRE field for images now, it needs to stay \"text\" for the migration to work\n image text,\n\n imagewidth mediumint(11) unsigned DEFAULT '0' NOT NULL,\n imageorient tinyint(4) unsigned DEFAULT '0' NOT NULL,\n imagecaption text,\n imagecols tinyint(4) unsigned DEFAULT '0' NOT NULL,\n imageborder tinyint(4) unsigned DEFAULT '0' NOT NULL,\n media text,\n layout tinyint(3) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,\n cols tinyint(3) unsigned DEFAULT '0' NOT NULL,\n records text,\n pages tinytext,\n starttime int(11) unsigned DEFAULT '0' NOT NULL,\n endtime int(11) unsigned DEFAULT '0' NOT NULL,\n colPos tinyint(3) unsigned DEFAULT '0' NOT NULL,\n subheader varchar(255) DEFAULT '' NOT NULL,\n spaceBefore smallint(5) unsigned DEFAULT '0' NOT NULL,\n spaceAfter smallint(5) unsigned DEFAULT '0' NOT NULL,\n fe_group varchar(100) DEFAULT '0' NOT NULL,\n header_link varchar(255) DEFAULT '' NOT NULL,\n imagecaption_position varchar(6) DEFAULT '' NOT NULL,\n image_link text,\n image_zoom tinyint(3) unsigned DEFAULT '0' NOT NULL,\n image_noRows tinyint(3) unsigned DEFAULT '0' NOT NULL,\n image_effects tinyint(3) unsigned DEFAULT '0' NOT NULL,\n image_compression tinyint(3) unsigned DEFAULT '0' NOT NULL,\n altText text,\n titleText text,\n longdescURL text,\n header_layout varchar(30) DEFAULT '0' NOT NULL,\n text_align varchar(6) DEFAULT '' NOT NULL,\n text_face tinyint(3) unsigned DEFAULT '0' NOT NULL,\n text_size tinyint(3) unsigned DEFAULT '0' NOT NULL,\n text_color tinyint(3) unsigned DEFAULT '0' NOT NULL,\n text_properties tinyint(3) unsigned DEFAULT '0' NOT NULL,\n menu_type varchar(30) DEFAULT '0' NOT NULL,\n list_type varchar(255) DEFAULT '0' NOT NULL,\n table_border tinyint(3) unsigned DEFAULT '0' NOT NULL,\n table_cellspacing tinyint(3) unsigned DEFAULT '0' NOT NULL,\n table_cellpadding tinyint(3) unsigned DEFAULT '0' NOT NULL,\n table_bgColor tinyint(3) unsigned DEFAULT '0' NOT NULL,\n select_key varchar(80) DEFAULT '' NOT NULL,\n sectionIndex tinyint(3) unsigned DEFAULT '0' NOT NULL,\n linkToTop tinyint(3) unsigned DEFAULT '0' NOT NULL,\n file_collections text,\n filelink_size tinyint(3) unsigned DEFAULT '0' NOT NULL,\n filelink_sorting tinytext NOT NULL,\n target varchar(30) DEFAULT '' NOT NULL,\n section_frame tinyint(3) unsigned DEFAULT '0' NOT NULL,\n date int(10) unsigned DEFAULT '0' NOT NULL,\n splash_layout varchar(30) DEFAULT '0' NOT NULL,\n multimedia tinytext,\n image_frames tinyint(3) unsigned DEFAULT '0' NOT NULL,\n recursive tinyint(3) unsigned DEFAULT '0' NOT NULL,\n imageheight mediumint(8) unsigned DEFAULT '0' NOT NULL,\n rte_enabled tinyint(4) DEFAULT '0' NOT NULL,\n sys_language_uid int(11) DEFAULT '0' NOT NULL,\n tx_impexp_origuid int(11) DEFAULT '0' NOT NULL,\n pi_flexform mediumtext,\n accessibility_title varchar(30) DEFAULT '' NOT NULL,\n accessibility_bypass tinyint(3) unsigned DEFAULT '0' NOT NULL,\n accessibility_bypass_text varchar(30) DEFAULT '' NOT NULL,\n l18n_parent int(11) DEFAULT '0' NOT NULL,\n l18n_diffsource mediumblob,\n\n PRIMARY KEY (uid),\n KEY t3ver_oid (t3ver_oid,t3ver_wsid),\n KEY parent (pid,sorting),\n KEY language (l18n_parent,sys_language_uid)\n);\n\n#\n# Table structure for table 'backend_layout'\n#\nCREATE TABLE backend_layout (\n uid int(11) NOT NULL auto_increment,\n pid int(11) DEFAULT '0' NOT NULL,\n t3ver_oid int(11) DEFAULT '0' NOT NULL,\n t3ver_id int(11) DEFAULT '0' NOT NULL,\n t3ver_wsid int(11) DEFAULT '0' NOT NULL,\n t3ver_label varchar(255) DEFAULT '' NOT NULL,\n t3ver_state tinyint(4) DEFAULT '0' NOT NULL,\n t3ver_stage int(11) DEFAULT '0' NOT NULL,\n t3ver_count int(11) DEFAULT '0' NOT NULL,\n t3ver_tstamp int(11) DEFAULT '0' NOT NULL,\n t3ver_move_id int(11) DEFAULT '0' NOT NULL,\n t3_origuid int(11) DEFAULT '0' NOT NULL,\n tstamp int(11) unsigned DEFAULT '0' NOT NULL,\n crdate int(11) unsigned DEFAULT '0' NOT NULL,\n cruser_id int(11) unsigned DEFAULT '0' NOT NULL,\n hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,\n deleted tinyint(4) DEFAULT '0' NOT NULL,\n sorting int(11) unsigned DEFAULT '0' NOT NULL,\n title varchar(255) DEFAULT '' NOT NULL,\n description text NOT NULL,\n config text NOT NULL,\n icon text NOT NULL,\n PRIMARY KEY (uid),\n KEY parent (pid),\n KEY t3ver_oid (t3ver_oid,t3ver_wsid)\n);\n =================================================================== --- typo3/sysext/cms/ext_tables.sql (date 1344840862000) +++ typo3/sysext/cms/ext_tables.sql (revision ) @@ -152,7 +152,7 @@ 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, @@ -292,14 +292,14 @@ 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, @@ -325,7 +325,7 @@ 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, @@ -333,11 +333,11 @@ 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,