Project

General

Profile

Feature #17503 » blobToText.diff

Administrator Admin, 2008-03-02 12:56

View differences:

typo3/sysext/cms/ext_tables.sql (Revision 3209)
hash varchar(32) DEFAULT '' NOT NULL,
page_id int(11) unsigned DEFAULT '0' NOT NULL,
reg1 int(11) unsigned DEFAULT '0' NOT NULL,
HTML mediumblob NOT NULL,
HTML mediumtext NOT NULL,
temp_content int(1) DEFAULT '0' NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
expires int(10) unsigned DEFAULT '0' NOT NULL,
......
lockToDomain varchar(50) DEFAULT '' NOT NULL,
deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,
description text NOT NULL,
subgroup tinyblob NOT NULL,
TSconfig blob NOT NULL,
subgroup tinytext NOT NULL,
TSconfig text NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid)
);
......
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
username varchar(50) DEFAULT '' NOT NULL,
password varchar(40) DEFAULT '' NOT NULL,
usergroup tinyblob NOT NULL,
usergroup tinytext NOT NULL,
disable tinyint(4) unsigned DEFAULT '0' NOT NULL,
starttime int(11) unsigned DEFAULT '0' NOT NULL,
endtime int(11) unsigned DEFAULT '0' NOT NULL,
......
country varchar(40) DEFAULT '' NOT NULL,
www varchar(80) DEFAULT '' NOT NULL,
company varchar(80) DEFAULT '' NOT NULL,
image tinyblob NOT NULL,
TSconfig blob NOT NULL,
image tinytext NOT NULL,
TSconfig text NOT NULL,
fe_cruser_id int(10) unsigned DEFAULT '0' NOT NULL,
lastlogin int(10) unsigned DEFAULT '0' NOT NULL,
is_online int(10) unsigned DEFAULT '0' NOT NULL,
......
deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,
subtitle varchar(255) DEFAULT '' NOT NULL,
nav_title varchar(255) DEFAULT '' NOT NULL,
media tinyblob NOT NULL,
media tinytext NOT NULL,
keywords text NOT NULL,
description text NOT NULL,
abstract text NOT NULL,
......
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
title varchar(255) DEFAULT '' NOT NULL,
include_static tinyblob NOT NULL,
constants blob NOT NULL,
config blob NOT NULL,
editorcfg blob NOT NULL,
include_static tinytext NOT NULL,
constants text NOT NULL,
config text NOT NULL,
editorcfg text NOT NULL,
description text NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid)
......
endtime int(11) unsigned DEFAULT '0' NOT NULL,
root tinyint(4) unsigned DEFAULT '0' NOT NULL,
clear tinyint(4) unsigned DEFAULT '0' NOT NULL,
include_static tinyblob NOT NULL,
include_static_file blob NOT NULL,
constants blob NOT NULL,
config blob NOT NULL,
editorcfg blob NOT NULL,
resources blob NOT NULL,
include_static tinytext NOT NULL,
include_static_file text NOT NULL,
constants text NOT NULL,
config text NOT NULL,
editorcfg text NOT NULL,
resources text NOT NULL,
nextLevel varchar(5) DEFAULT '' NOT NULL,
description text NOT NULL,
basedOn tinyblob NOT NULL,
basedOn tinytext NOT NULL,
deleted tinyint(3) unsigned DEFAULT '0' NOT NULL,
includeStaticAfterBasedOn tinyint(4) unsigned DEFAULT '0' NOT NULL,
static_file_mode tinyint(4) unsigned DEFAULT '0' NOT NULL,
......
header varchar(255) DEFAULT '' NOT NULL,
header_position varchar(6) DEFAULT '' NOT NULL,
bodytext mediumtext NOT NULL,
image blob NOT NULL,
image text NOT NULL,
imagewidth mediumint(11) unsigned DEFAULT '0' NOT NULL,
imageorient tinyint(4) unsigned DEFAULT '0' NOT NULL,
imagecaption text NOT NULL,
imagecols tinyint(4) unsigned DEFAULT '0' NOT NULL,
imageborder tinyint(4) unsigned DEFAULT '0' NOT NULL,
media blob NOT NULL,
media text NOT NULL,
layout tinyint(3) unsigned DEFAULT '0' NOT NULL,
deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
cols tinyint(3) unsigned DEFAULT '0' NOT NULL,
records blob NOT NULL,
pages tinyblob NOT NULL,
records text NOT NULL,
pages tinytext NOT NULL,
starttime int(11) unsigned DEFAULT '0' NOT NULL,
endtime int(11) unsigned DEFAULT '0' NOT NULL,
colPos tinyint(3) unsigned DEFAULT '0' NOT NULL,
......
section_frame tinyint(3) unsigned DEFAULT '0' NOT NULL,
date int(10) unsigned DEFAULT '0' NOT NULL,
splash_layout varchar(30) DEFAULT '0' NOT NULL,
multimedia tinyblob NOT NULL,
multimedia tinytext NOT NULL,
image_frames tinyint(3) unsigned DEFAULT '0' NOT NULL,
recursive tinyint(3) unsigned DEFAULT '0' NOT NULL,
imageheight mediumint(8) unsigned DEFAULT '0' NOT NULL,
......
subtitle varchar(255) DEFAULT '' NOT NULL,
layout tinyint(3) unsigned DEFAULT '0' NOT NULL,
target varchar(20) DEFAULT '' NOT NULL,
media blob NOT NULL,
media text NOT NULL,
lastUpdated int(10) unsigned DEFAULT '0' NOT NULL,
keywords text NOT NULL,
cache_timeout int(10) unsigned DEFAULT '0' NOT NULL,
typo3/sysext/cms/ext_tables_static+adt.sql (Revision 3209)
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
title varchar(255) DEFAULT '' NOT NULL,
include_static tinyblob NOT NULL,
constants blob NOT NULL,
config blob NOT NULL,
include_static tinytext NOT NULL,
constants text NOT NULL,
config text NOT NULL,
description text NOT NULL,
editorcfg blob NOT NULL,
editorcfg text NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid)
);
typo3/sysext/sys_action/ext_tables.sql (Revision 3209)
type tinyint(3) unsigned DEFAULT '0' NOT NULL,
t1_userprefix varchar(20) DEFAULT '' NOT NULL,
t1_copy_of_user int(11) DEFAULT '0' NOT NULL,
t1_allowed_groups tinyblob NOT NULL,
t1_allowed_groups tinytext NOT NULL,
t2_data blob NOT NULL,
assign_to_groups int(11) DEFAULT '0' NOT NULL,
hidden tinyint(4) DEFAULT '0' NOT NULL,
(2-2/2)