Initial commit
This commit is contained in:
19
typo3conf/ext/compatibility6/ext_tables.sql
Normal file
19
typo3conf/ext/compatibility6/ext_tables.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Table structure for table 'tt_content'
|
||||
#
|
||||
CREATE TABLE tt_content (
|
||||
altText text,
|
||||
imagecaption text,
|
||||
imagecaption_position varchar(6) DEFAULT '' NOT NULL,
|
||||
image_link text,
|
||||
image_frames int(11) unsigned DEFAULT '0' NOT NULL,
|
||||
longdescURL text,
|
||||
titleText text
|
||||
);
|
||||
|
||||
#
|
||||
# Table structure for table 'pages'
|
||||
#
|
||||
CREATE TABLE pages (
|
||||
storage_pid int(11) DEFAULT '0' NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user