From 20a478d84990f4cc7e6a6f96325739384d690405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 20 May 2019 15:08:18 +0200 Subject: [PATCH 01/17] Add icon to topnav for myep to save space --- .../ep_theme/Configuration/TypoScript/constants.txt | 2 ++ .../ext/ep_theme/Configuration/TypoScript/setup.txt | 1 + .../Resources/Private/Assets/scss/remix/_area-nav.scss | 10 ++++++++-- .../ep_theme/Resources/Private/Partials/Topnav.html | 7 +++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.txt b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.txt index 7ae8db85..f7883264 100644 --- a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.txt +++ b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.txt @@ -54,6 +54,8 @@ plugin.tx_eptheme { germanPageUid = # cat=eptheme/200/290; type=string; label=Concepts page UID conceptsPageUid = + # cat=eptheme/200/300; type=string; label=My E&P page UID + myEpPageUid = # cat=eptheme/400/100; type=string; label=Phone number general phoneNumber = 0221 - 272 276 0 diff --git a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.txt b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.txt index a7cc6366..2253a48b 100644 --- a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.txt +++ b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.txt @@ -87,6 +87,7 @@ plugin.tx_eptheme { englishPageUid = {$plugin.tx_eptheme.settings.englishPageUid} germanPageUid = {$plugin.tx_eptheme.settings.germanPageUid} conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid} + myEpPageUid = {$plugin.tx_eptheme.settings.myEpPageUid} myEpApiBaseUrl = {$plugin.tx_eptheme.settings.myEpApiBaseUrl} facebookViewContentValues { productUid = {$plugin.tx_eptheme.settings.facebookViewContentProductUid} diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_area-nav.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_area-nav.scss index 1bd558be..99f7964f 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_area-nav.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_area-nav.scss @@ -27,7 +27,7 @@ list-style: none; width: 100%; @include mq($from: desktop) { - display: block !important; // Required bc. of jquery animation + display: flex !important; // Required bc. of jquery animation position: relative; top: auto; left: auto; @@ -46,8 +46,8 @@ border-right: none; } @include mq($from: desktop) { + flex-grow: 1; background: none; - display: inline-block; border-top: none; border-left: 1px solid #404040; &:last-child { @@ -56,6 +56,9 @@ } font-size: 1rem; width: percentage(1/6); + &--icon { + flex-basis: 0; + } } } @@ -77,6 +80,9 @@ &:hover { background-color: $color-brand-secondary; } + .area-nav__list-item--icon & { + padding: 10px 8px; + } } } diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Topnav.html b/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Topnav.html index 7f0b0f9e..4772d3c7 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Topnav.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Topnav.html @@ -16,6 +16,13 @@ + +
  • + + + +
  • +
    From e334081f1bada2e5285ba86d4b62991dd9c397e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 12:11:35 +0200 Subject: [PATCH 02/17] Use original global compact logo for the time being --- .../ext/ep_theme/Resources/Private/Partials/Footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html b/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html index f1bb3ee6..83a35dd5 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html @@ -80,7 +80,7 @@ From f94263bf5f04613f8a4df4e264744b6159b7fa8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 12:23:01 +0200 Subject: [PATCH 03/17] Link hotel detail page in event price tables --- .../Domain/Repository/ProductRepository.php | 4 +++- .../ep_products/Classes/Service/DateService.php | 17 ++++++++++++++++- .../Templates/AjaxTable/EventPricetable.html | 6 ++++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php b/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php index 05b4a34e..ff187673 100644 --- a/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php +++ b/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php @@ -359,10 +359,12 @@ class ProductRepository extends AbstractRepository 'date.bus_pro_id as dateBusProId', 'date.hotel_bus_pro_id as hotelBusProId', 'date.date_end as dateEnd', 'date.hotel as hotelUid', 'date.hotel_name as hotelName', 'date.hotel_header_title as hotelTitle', 'date.hotel_category as hotelCategory', - 'room.pax as roomPax', 'room.price as roomPrice', 'room.available as available' + 'room.pax as roomPax', 'room.price as roomPrice', 'room.available as available', + 'hotel.detail_page as hotelDetailPageUid' ) ->from('tx_epproducts_domain_model_date', 'date') ->innerJoin('date', 'tx_epproducts_domain_model_room', 'room', 'room.date = date.uid') + ->innerJoin('date', 'tx_epproducts_domain_model_hotel', 'hotel', 'hotel.uid = date.hotel') ->where('date.product = :productUid') ->setParameter('productUid', $product->getUid()) ; diff --git a/web/typo3conf/ext/ep_products/Classes/Service/DateService.php b/web/typo3conf/ext/ep_products/Classes/Service/DateService.php index 1e1eac9a..31a686a0 100644 --- a/web/typo3conf/ext/ep_products/Classes/Service/DateService.php +++ b/web/typo3conf/ext/ep_products/Classes/Service/DateService.php @@ -35,6 +35,7 @@ use EP\EpProducts\Domain\Repository\ProductRepository; use EP\EpProducts\Utility\BookingUrlUtility; use Symfony\Component\OptionsResolver\OptionsResolver; use TYPO3\CMS\Core\SingletonInterface; +use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; class DateService implements SingletonInterface { @@ -53,21 +54,29 @@ class DateService implements SingletonInterface */ protected $dateRepository; + /** + * @var UriBuilder + */ + protected $uriBuilder; + /** * @param ProductRepository $productRepository * @param DateRepository $dateRepository * @param FilterService $filterService + * @param UriBuilder $uriBuilder */ public function __construct ( ProductRepository $productRepository, DateRepository $dateRepository, - FilterService $filterService + FilterService $filterService, + UriBuilder $uriBuilder ) { $this->productRepository = $productRepository; $this->filterService = $filterService; $this->dateRepository = $dateRepository; + $this->uriBuilder = $uriBuilder; } /** @@ -378,11 +387,17 @@ class DateService implements SingletonInterface { $categoryUid = $row['hotelCategory']; $hotelUid = $row['hotelUid']; + $hotelUri = $this->uriBuilder + ->reset() + ->setTargetPageUid($row['hotelDetailPageUid']) + ->buildFrontendUri(); + if (!array_key_exists($hotelUid, $priceTable[$categoryUid])) { $priceTable[$categoryUid][$hotelUid] = [ 'category' => $categoryUid, 'hotelName' => $row['hotelName'], 'hotelTitle' => $row['hotelTitle'], + 'hotelUri' => $hotelUri, 'bookingUrl' => BookingUrlUtility::generateUrl([ 'bookingId' => $row['dateBusProId'], 'hotelId' => $row['hotelBusProId'], diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html index 0b65914b..e7385432 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html @@ -21,8 +21,10 @@ - {row.hotelTitle -> v:or(alternative: row.hotelName)} + + {row.hotelTitle -> v:or(alternative: row.hotelName)} + From 3f554db6f8350e239c3bc0aeb6b481d86543d6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 12:32:26 +0200 Subject: [PATCH 04/17] Open hotel links in new window/tab --- .../Resources/Private/Templates/AjaxTable/EventPricetable.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html index e7385432..83d0ab27 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html @@ -22,7 +22,8 @@ + title="Infos zu {row.hotelTitle -> v:or(alternative: row.hotelName)}" + target="_blank"> {row.hotelTitle -> v:or(alternative: row.hotelName)} From 6f8433bd89587733bf09149b3baf66bb671c2788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 12:46:25 +0200 Subject: [PATCH 05/17] Add field 'short name' to hotels --- .../Classes/Domain/Model/Hotel.php | 25 + .../Domain/Repository/ProductRepository.php | 2 +- .../Classes/Service/DateService.php | 1 + .../TCA/tx_epproducts_domain_model_hotel.php | 15 +- web/typo3conf/ext/ep_products/ext_tables.sql | 1960 +++++++++-------- .../Templates/AjaxTable/EventPricetable.html | 4 +- 6 files changed, 1038 insertions(+), 969 deletions(-) diff --git a/web/typo3conf/ext/ep_products/Classes/Domain/Model/Hotel.php b/web/typo3conf/ext/ep_products/Classes/Domain/Model/Hotel.php index 77746dcf..41d5197e 100644 --- a/web/typo3conf/ext/ep_products/Classes/Domain/Model/Hotel.php +++ b/web/typo3conf/ext/ep_products/Classes/Domain/Model/Hotel.php @@ -100,6 +100,11 @@ class Hotel extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity implements Te */ protected $name = ''; + /** + * @var string + */ + protected $shortName; + /** * @var string */ @@ -367,6 +372,26 @@ class Hotel extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity implements Te $this->name = $name; } + /** + * @return string + */ + public function getShortName() + { + if (empty($this->shortName)) { + return $this->name; + } + + return $this->shortName; + } + + /** + * @param string $shortName + */ + public function setShortName($shortName) + { + $this->shortName = $shortName; + } + /** * @return string */ diff --git a/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php b/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php index ff187673..1b57d72b 100644 --- a/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php +++ b/web/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php @@ -360,7 +360,7 @@ class ProductRepository extends AbstractRepository 'date.hotel as hotelUid', 'date.hotel_name as hotelName', 'date.hotel_header_title as hotelTitle', 'date.hotel_category as hotelCategory', 'room.pax as roomPax', 'room.price as roomPrice', 'room.available as available', - 'hotel.detail_page as hotelDetailPageUid' + 'hotel.detail_page as hotelDetailPageUid', 'hotel.short_name as hotelShortName' ) ->from('tx_epproducts_domain_model_date', 'date') ->innerJoin('date', 'tx_epproducts_domain_model_room', 'room', 'room.date = date.uid') diff --git a/web/typo3conf/ext/ep_products/Classes/Service/DateService.php b/web/typo3conf/ext/ep_products/Classes/Service/DateService.php index 31a686a0..8abca684 100644 --- a/web/typo3conf/ext/ep_products/Classes/Service/DateService.php +++ b/web/typo3conf/ext/ep_products/Classes/Service/DateService.php @@ -396,6 +396,7 @@ class DateService implements SingletonInterface $priceTable[$categoryUid][$hotelUid] = [ 'category' => $categoryUid, 'hotelName' => $row['hotelName'], + 'hotelShortName' => $row['hotelShortName'], 'hotelTitle' => $row['hotelTitle'], 'hotelUri' => $hotelUri, 'bookingUrl' => BookingUrlUtility::generateUrl([ diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php index b87fdd5d..4c5de57a 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php @@ -32,7 +32,7 @@ return [ ], 'types' => [ '1' => [ - 'showitem' => '--palette--;;top, --palette--;;name, headline, --palette--;;geolocation, + 'showitem' => '--palette--;;top, --palette--;;name, --palette--;;geolocation, --palette--;;destinations, --palette--;;categories, keywords, --div--;Texte, teaser, description, features, room_types, additional_information, --div--;Verknüpfungen, facts, teamer, additional_codes, @@ -41,10 +41,10 @@ return [ ], 'palettes' => [ 'top' => ['showitem' => 'hidden,earlybird,new,low_contingent,show_as_teaser, - --linebreak--,groupsch_id,detail_page,--linebreak--,external_link'], + --linebreak--,code,groupsch_id,detail_page,--linebreak--,external_link'], 'geolocation' => ['showitem' => 'address, longitude, latitude'], 'destinations' => ['showitem' => 'country,region,city'], - 'name' => ['showitem' => 'name,code,--linebreak--,header_title,header_subtitle'], + 'name' => ['showitem' => 'name,short_name,--linebreak--,header_title,header_subtitle,--linebreak--,headline'], 'categories' => ['showitem' => 'type,category'], ], 'columns' => [ @@ -183,6 +183,15 @@ return [ 'eval' => 'trim,required' ], ], + 'short_name' => [ + 'exclude' => 0, + 'label' => 'Kurzname', + 'config' => [ + 'type' => 'input', + 'size' => 30, + 'eval' => 'trim' + ], + ], 'keywords' => [ 'exclude' => 0, 'label' => 'Keywords für Suchschlitz', diff --git a/web/typo3conf/ext/ep_products/ext_tables.sql b/web/typo3conf/ext/ep_products/ext_tables.sql index e332f0bf..ee0cdbe6 100644 --- a/web/typo3conf/ext/ep_products/ext_tables.sql +++ b/web/typo3conf/ext/ep_products/ext_tables.sql @@ -2,1282 +2,1316 @@ # # Table structure for table 'tx_epproducts_domain_model_product' # -CREATE TABLE tx_epproducts_domain_model_product ( +CREATE TABLE tx_epproducts_domain_model_product +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - searchable tinyint(4) unsigned DEFAULT '1' NOT NULL, - bookable tinyint(4) unsigned DEFAULT '1' NOT NULL, - daytrip tinyint(4) unsigned DEFAULT '0' NOT NULL, - important tinyint(4) unsigned DEFAULT '0' NOT NULL, - skipass_included tinyint(4) unsigned DEFAULT '1' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - name_internal varchar(255) DEFAULT '' NOT NULL, - subline varchar(255) DEFAULT '' NOT NULL, - headline varchar(255) DEFAULT '' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - feature varchar(255) DEFAULT '' NOT NULL, - bus_pro_id int(11) unsigned NOT NULL default '0', - detail_page varchar(255) DEFAULT '' NOT NULL, - external_link varchar(255) DEFAULT '' NOT NULL, - description text NOT NULL, - teaser text NOT NULL, - teaser_long text NOT NULL, - header_title varchar(255) DEFAULT '' NOT NULL, - header_subtitle varchar(255) DEFAULT '' NOT NULL, - keywords text NOT NULL, - concept_description text NOT NULL, - board_description text NOT NULL, - additional_services text NOT NULL, - programme_description text NOT NULL, - ski_pass_description text NOT NULL, - rating_average varchar(255) DEFAULT '' NOT NULL, - rating_votes_count int(11) unsigned NOT NULL default '0', - testimonials text NOT NULL, - teaser_images int(11) unsigned NOT NULL default '0', - header_images int(11) unsigned NOT NULL default '0', - images int(11) unsigned NOT NULL default '0', - reseller_images int(11) unsigned NOT NULL default '0', - concept int(11) unsigned DEFAULT '0' NOT NULL, - country int(11) unsigned DEFAULT '0' NOT NULL, - region int(11) unsigned DEFAULT '0' NOT NULL, - additional_regions int(11) unsigned DEFAULT '0' NOT NULL, - city int(11) unsigned DEFAULT '0' NOT NULL, - journey int(11) unsigned DEFAULT '0' NOT NULL, - facts int(11) unsigned DEFAULT '0' NOT NULL, - dates int(11) unsigned DEFAULT '0' NOT NULL, - hotels int(11) unsigned DEFAULT '0' NOT NULL, - calendar_hotel int(11) unsigned DEFAULT '0' NOT NULL, - faqs int(11) unsigned DEFAULT '0' NOT NULL, - officetip int(11) unsigned DEFAULT '0' NOT NULL, - alt_product int(11) unsigned DEFAULT '0' NOT NULL, - alt_label varchar(255) DEFAULT '' NOT NULL, - video varchar(255) DEFAULT '' NOT NULL, - banner int(11) unsigned NOT NULL default '0', - badge int(11) unsigned NOT NULL default '0', + searchable tinyint(4) unsigned DEFAULT '1' NOT NULL, + bookable tinyint(4) unsigned DEFAULT '1' NOT NULL, + daytrip tinyint(4) unsigned DEFAULT '0' NOT NULL, + important tinyint(4) unsigned DEFAULT '0' NOT NULL, + skipass_included tinyint(4) unsigned DEFAULT '1' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + name_internal varchar(255) DEFAULT '' NOT NULL, + subline varchar(255) DEFAULT '' NOT NULL, + headline varchar(255) DEFAULT '' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + feature varchar(255) DEFAULT '' NOT NULL, + bus_pro_id int(11) unsigned NOT NULL default '0', + detail_page varchar(255) DEFAULT '' NOT NULL, + external_link varchar(255) DEFAULT '' NOT NULL, + description text NOT NULL, + teaser text NOT NULL, + teaser_long text NOT NULL, + header_title varchar(255) DEFAULT '' NOT NULL, + header_subtitle varchar(255) DEFAULT '' NOT NULL, + keywords text NOT NULL, + concept_description text NOT NULL, + board_description text NOT NULL, + additional_services text NOT NULL, + programme_description text NOT NULL, + ski_pass_description text NOT NULL, + rating_average varchar(255) DEFAULT '' NOT NULL, + rating_votes_count int(11) unsigned NOT NULL default '0', + testimonials text NOT NULL, + teaser_images int(11) unsigned NOT NULL default '0', + header_images int(11) unsigned NOT NULL default '0', + images int(11) unsigned NOT NULL default '0', + reseller_images int(11) unsigned NOT NULL default '0', + concept int(11) unsigned DEFAULT '0' NOT NULL, + country int(11) unsigned DEFAULT '0' NOT NULL, + region int(11) unsigned DEFAULT '0' NOT NULL, + additional_regions int(11) unsigned DEFAULT '0' NOT NULL, + city int(11) unsigned DEFAULT '0' NOT NULL, + journey int(11) unsigned DEFAULT '0' NOT NULL, + facts int(11) unsigned DEFAULT '0' NOT NULL, + dates int(11) unsigned DEFAULT '0' NOT NULL, + hotels int(11) unsigned DEFAULT '0' NOT NULL, + calendar_hotel int(11) unsigned DEFAULT '0' NOT NULL, + faqs int(11) unsigned DEFAULT '0' NOT NULL, + officetip int(11) unsigned DEFAULT '0' NOT NULL, + alt_product int(11) unsigned DEFAULT '0' NOT NULL, + alt_label varchar(255) DEFAULT '' NOT NULL, + video varchar(255) DEFAULT '' NOT NULL, + banner int(11) unsigned NOT NULL default '0', + badge int(11) unsigned NOT NULL default '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_date' # -CREATE TABLE tx_epproducts_domain_model_date ( +CREATE TABLE tx_epproducts_domain_model_date +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - bus_pro_id int(11) DEFAULT '0' NOT NULL, - hotel_bus_pro_id int(11) DEFAULT '0' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - date_start date DEFAULT '0000-00-00', - date_end date DEFAULT '0000-00-00', - nights int(11) DEFAULT '0' NOT NULL, - board varchar(255) DEFAULT '' NOT NULL, - board_bus_pro_id int(11) DEFAULT '0' NOT NULL, - board_code varchar(64) DEFAULT '' NOT NULL, - bus_included tinyint(1) unsigned DEFAULT '0' NOT NULL, - bus_available tinyint(1) unsigned DEFAULT '0' NOT NULL, - skipass_included tinyint(1) unsigned DEFAULT '0' NOT NULL, - bus_price int(11) DEFAULT '0' NOT NULL, - services_included text NOT NULL, - services_general text NOT NULL, - pickups text NOT NULL, - discount int(11) DEFAULT '0' NOT NULL, - min_price int(11) DEFAULT '0' NOT NULL, - pseudo_price int(11) DEFAULT '0' NOT NULL, - available int(11) DEFAULT '0' NOT NULL, - product int(11) unsigned DEFAULT '0', - daytrip tinyint(1) unsigned DEFAULT '0' NOT NULL, - important tinyint(1) unsigned DEFAULT '0' NOT NULL, - product_name varchar(255) DEFAULT '' NOT NULL, - product_subline varchar(255) DEFAULT '' NOT NULL, - product_fact varchar(255) DEFAULT '' NOT NULL, - product_searchable tinyint(4) unsigned DEFAULT '0' NOT NULL, - product_detail_page varchar(255) DEFAULT '' NOT NULL, - product_keywords text NOT NULL, - product_teaser text NOT NULL, - product_feature varchar(255) DEFAULT '' NOT NULL, - concept int(11) unsigned DEFAULT '0', - concept_name varchar(255) DEFAULT '' NOT NULL, - concept_code varchar(32) DEFAULT '' NOT NULL, - concept_sorting int(11) DEFAULT '0' NOT NULL, - country int(11) unsigned DEFAULT '0', - country_name varchar(255) DEFAULT '' NOT NULL, - country_code char(2) DEFAULT '' NOT NULL, - country_keywords text NOT NULL, - region int(11) unsigned DEFAULT '0', - region_name varchar(255) DEFAULT '' NOT NULL, - region_fact varchar(255) DEFAULT '' NOT NULL, - region_keywords text NOT NULL, - region_feature varchar(255) DEFAULT '' NOT NULL, - city int(11) unsigned DEFAULT '0', - city_name varchar(255) DEFAULT '' NOT NULL, - city_keywords text NOT NULL, - hotel int(11) unsigned DEFAULT '0', - hotel_code varchar(32) DEFAULT '' NOT NULL, - hotel_category int(11) DEFAULT '0' NOT NULL, - hotel_name varchar(255) DEFAULT '' NOT NULL, - hotel_header_title varchar(255) DEFAULT '' NOT NULL, - hotel_fact varchar(255) DEFAULT '' NOT NULL, - hotel_type tinyint(4) unsigned DEFAULT '0' NOT NULL, - hotel_keywords text NOT NULL, - hotel_teaser text NOT NULL, - hotel_detail_page varchar(255) DEFAULT '' NOT NULL, - earlybird tinyint(4) unsigned DEFAULT '0' NOT NULL, - new tinyint(4) unsigned DEFAULT '0' NOT NULL, - low_contingent tinyint(4) unsigned DEFAULT '0' NOT NULL, - rooms int(11) unsigned DEFAULT '0', + bus_pro_id int(11) DEFAULT '0' NOT NULL, + hotel_bus_pro_id int(11) DEFAULT '0' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + date_start date DEFAULT '0000-00-00', + date_end date DEFAULT '0000-00-00', + nights int(11) DEFAULT '0' NOT NULL, + board varchar(255) DEFAULT '' NOT NULL, + board_bus_pro_id int(11) DEFAULT '0' NOT NULL, + board_code varchar(64) DEFAULT '' NOT NULL, + bus_included tinyint(1) unsigned DEFAULT '0' NOT NULL, + bus_available tinyint(1) unsigned DEFAULT '0' NOT NULL, + skipass_included tinyint(1) unsigned DEFAULT '0' NOT NULL, + bus_price int(11) DEFAULT '0' NOT NULL, + services_included text NOT NULL, + services_general text NOT NULL, + pickups text NOT NULL, + discount int(11) DEFAULT '0' NOT NULL, + min_price int(11) DEFAULT '0' NOT NULL, + pseudo_price int(11) DEFAULT '0' NOT NULL, + available int(11) DEFAULT '0' NOT NULL, + product int(11) unsigned DEFAULT '0', + daytrip tinyint(1) unsigned DEFAULT '0' NOT NULL, + important tinyint(1) unsigned DEFAULT '0' NOT NULL, + product_name varchar(255) DEFAULT '' NOT NULL, + product_subline varchar(255) DEFAULT '' NOT NULL, + product_fact varchar(255) DEFAULT '' NOT NULL, + product_searchable tinyint(4) unsigned DEFAULT '0' NOT NULL, + product_detail_page varchar(255) DEFAULT '' NOT NULL, + product_keywords text NOT NULL, + product_teaser text NOT NULL, + product_feature varchar(255) DEFAULT '' NOT NULL, + concept int(11) unsigned DEFAULT '0', + concept_name varchar(255) DEFAULT '' NOT NULL, + concept_code varchar(32) DEFAULT '' NOT NULL, + concept_sorting int(11) DEFAULT '0' NOT NULL, + country int(11) unsigned DEFAULT '0', + country_name varchar(255) DEFAULT '' NOT NULL, + country_code char(2) DEFAULT '' NOT NULL, + country_keywords text NOT NULL, + region int(11) unsigned DEFAULT '0', + region_name varchar(255) DEFAULT '' NOT NULL, + region_fact varchar(255) DEFAULT '' NOT NULL, + region_keywords text NOT NULL, + region_feature varchar(255) DEFAULT '' NOT NULL, + city int(11) unsigned DEFAULT '0', + city_name varchar(255) DEFAULT '' NOT NULL, + city_keywords text NOT NULL, + hotel int(11) unsigned DEFAULT '0', + hotel_code varchar(32) DEFAULT '' NOT NULL, + hotel_category int(11) DEFAULT '0' NOT NULL, + hotel_name varchar(255) DEFAULT '' NOT NULL, + hotel_header_title varchar(255) DEFAULT '' NOT NULL, + hotel_fact varchar(255) DEFAULT '' NOT NULL, + hotel_type tinyint(4) unsigned DEFAULT '0' NOT NULL, + hotel_keywords text NOT NULL, + hotel_teaser text NOT NULL, + hotel_detail_page varchar(255) DEFAULT '' NOT NULL, + earlybird tinyint(4) unsigned DEFAULT '0' NOT NULL, + new tinyint(4) unsigned DEFAULT '0' NOT NULL, + low_contingent tinyint(4) unsigned DEFAULT '0' NOT NULL, + rooms int(11) unsigned DEFAULT '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid), - KEY aggregates (date_start,date_end,min_price), - KEY relations (product,date_start), - KEY contingents (hotel_code,date_start), - KEY groups (product,hotel) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid), + KEY aggregates (date_start, date_end, min_price), + KEY relations (product, date_start), + KEY contingents (hotel_code, date_start), + KEY groups (product, hotel) ); # # Table structure for table 'tx_epproducts_domain_model_hotel' # -CREATE TABLE tx_epproducts_domain_model_hotel ( +CREATE TABLE tx_epproducts_domain_model_hotel +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - earlybird tinyint(4) unsigned DEFAULT '0' NOT NULL, - new tinyint(4) unsigned DEFAULT '0' NOT NULL, - low_contingent tinyint(4) unsigned DEFAULT '0' NOT NULL, - show_as_teaser tinyint(4) unsigned DEFAULT '0' NOT NULL, - detail_page varchar(255) DEFAULT '' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - headline varchar(255) DEFAULT '' NOT NULL, - description text NOT NULL, - keywords text NOT NULL, - features text NOT NULL, - room_types text NOT NULL, - additional_information text NOT NULL, - teaser text NOT NULL, - header_title varchar(255) DEFAULT '' NOT NULL, - header_subtitle varchar(255) DEFAULT '' NOT NULL, - teaser_images int(11) unsigned NOT NULL default '0', - header_images int(11) unsigned NOT NULL default '0', - images int(11) unsigned NOT NULL default '0', - reseller_images int(11) unsigned NOT NULL default '0', - code varchar(255) DEFAULT '' NOT NULL, - groupsch_id varchar(8) DEFAULT '' NOT NULL, - external_link varchar(255) DEFAULT '' NOT NULL, - type varchar(255) DEFAULT '' NOT NULL, - category int(11) DEFAULT '0' NOT NULL, - country int(11) unsigned DEFAULT '0', - region int(11) unsigned DEFAULT '0', - city int(11) unsigned DEFAULT '0', - teamer int(11) unsigned DEFAULT '0' NOT NULL, - products int(11) unsigned DEFAULT '0' NOT NULL, - rooms int(11) unsigned DEFAULT '0' NOT NULL, - facts int(11) unsigned DEFAULT '0' NOT NULL, - additional_codes int(11) unsigned DEFAULT '0' NOT NULL, - address varchar(255) DEFAULT '' NOT NULL, - latitude varchar(255) DEFAULT '' NOT NULL, - longitude varchar(255) DEFAULT '' NOT NULL, + earlybird tinyint(4) unsigned DEFAULT '0' NOT NULL, + new tinyint(4) unsigned DEFAULT '0' NOT NULL, + low_contingent tinyint(4) unsigned DEFAULT '0' NOT NULL, + show_as_teaser tinyint(4) unsigned DEFAULT '0' NOT NULL, + detail_page varchar(255) DEFAULT '' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + short_name varchar(255) DEFAULT '' NOT NULL, + headline varchar(255) DEFAULT '' NOT NULL, + description text NOT NULL, + keywords text NOT NULL, + features text NOT NULL, + room_types text NOT NULL, + additional_information text NOT NULL, + teaser text NOT NULL, + header_title varchar(255) DEFAULT '' NOT NULL, + header_subtitle varchar(255) DEFAULT '' NOT NULL, + teaser_images int(11) unsigned NOT NULL default '0', + header_images int(11) unsigned NOT NULL default '0', + images int(11) unsigned NOT NULL default '0', + reseller_images int(11) unsigned NOT NULL default '0', + code varchar(255) DEFAULT '' NOT NULL, + groupsch_id varchar(8) DEFAULT '' NOT NULL, + external_link varchar(255) DEFAULT '' NOT NULL, + type varchar(255) DEFAULT '' NOT NULL, + category int(11) DEFAULT '0' NOT NULL, + country int(11) unsigned DEFAULT '0', + region int(11) unsigned DEFAULT '0', + city int(11) unsigned DEFAULT '0', + teamer int(11) unsigned DEFAULT '0' NOT NULL, + products int(11) unsigned DEFAULT '0' NOT NULL, + rooms int(11) unsigned DEFAULT '0' NOT NULL, + facts int(11) unsigned DEFAULT '0' NOT NULL, + additional_codes int(11) unsigned DEFAULT '0' NOT NULL, + address varchar(255) DEFAULT '' NOT NULL, + latitude varchar(255) DEFAULT '' NOT NULL, + longitude varchar(255) DEFAULT '' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_room' # -CREATE TABLE tx_epproducts_domain_model_room ( +CREATE TABLE tx_epproducts_domain_model_room +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - bus_pro_id int(11) DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - type int(11) DEFAULT '0' NOT NULL, - price int(11) DEFAULT '0' NOT NULL, - services text NOT NULL, - nights int(11) DEFAULT '0' NOT NULL, - pax int(11) DEFAULT '0' NOT NULL, - available int(11) DEFAULT '0' NOT NULL, - status int(11) DEFAULT '0' NOT NULL, - date int(11) unsigned DEFAULT '0', - hotel int(11) unsigned DEFAULT '0', + bus_pro_id int(11) DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + type int(11) DEFAULT '0' NOT NULL, + price int(11) DEFAULT '0' NOT NULL, + services text NOT NULL, + nights int(11) DEFAULT '0' NOT NULL, + pax int(11) DEFAULT '0' NOT NULL, + available int(11) DEFAULT '0' NOT NULL, + status int(11) DEFAULT '0' NOT NULL, + date int(11) unsigned DEFAULT '0', + hotel int(11) unsigned DEFAULT '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid), - KEY constraints (date,type) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid), + KEY constraints (date, type) ); # # Table structure for table 'tx_epproducts_domain_model_roommapping' # -CREATE TABLE tx_epproducts_domain_model_roommapping ( +CREATE TABLE tx_epproducts_domain_model_roommapping +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - type int(11) DEFAULT '0' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + type int(11) DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_concept' # -CREATE TABLE tx_epproducts_domain_model_concept ( +CREATE TABLE tx_epproducts_domain_model_concept +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - sorting int(11) DEFAULT '0' NOT NULL, - bus_pro_id int(11) DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - description text NOT NULL, - description_extended text NOT NULL, - detail_page varchar(255) DEFAULT '' NOT NULL, - products int(11) DEFAULT '0' NOT NULL, - teaser text NOT NULL, - headline varchar(255) DEFAULT '' NOT NULL, - header_title varchar(255) DEFAULT '' NOT NULL, - header_subtitle varchar(255) DEFAULT '' NOT NULL, - teaser_images int(11) unsigned NOT NULL default '0', - header_images int(11) unsigned NOT NULL default '0', + sorting int(11) DEFAULT '0' NOT NULL, + bus_pro_id int(11) DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + description text NOT NULL, + description_extended text NOT NULL, + detail_page varchar(255) DEFAULT '' NOT NULL, + products int(11) DEFAULT '0' NOT NULL, + teaser text NOT NULL, + headline varchar(255) DEFAULT '' NOT NULL, + header_title varchar(255) DEFAULT '' NOT NULL, + header_subtitle varchar(255) DEFAULT '' NOT NULL, + teaser_images int(11) unsigned NOT NULL default '0', + header_images int(11) unsigned NOT NULL default '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_country' # -CREATE TABLE tx_epproducts_domain_model_country ( +CREATE TABLE tx_epproducts_domain_model_country +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - detail_page varchar(255) DEFAULT '' NOT NULL, - code char(2) DEFAULT '' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - name_internal varchar(255) DEFAULT '' NOT NULL, - season char(1) DEFAULT '' NOT NULL, - headline varchar(255) DEFAULT '' NOT NULL, - teaser text NOT NULL, - header_title varchar(255) DEFAULT '' NOT NULL, - header_subtitle varchar(255) DEFAULT '' NOT NULL, - keywords text NOT NULL, - description text NOT NULL, - description_extended text NOT NULL, - teaser_images int(11) unsigned NOT NULL default '0', - header_images int(11) unsigned NOT NULL default '0', - images int(11) unsigned NOT NULL default '0', - latitude varchar(255) DEFAULT '' NOT NULL, - longitude varchar(255) DEFAULT '' NOT NULL, - facts int(11) unsigned DEFAULT '0' NOT NULL, - officetip int(11) unsigned DEFAULT '0' NOT NULL, - snowreport int(11) unsigned DEFAULT '0' NOT NULL, + detail_page varchar(255) DEFAULT '' NOT NULL, + code char(2) DEFAULT '' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + name_internal varchar(255) DEFAULT '' NOT NULL, + season char(1) DEFAULT '' NOT NULL, + headline varchar(255) DEFAULT '' NOT NULL, + teaser text NOT NULL, + header_title varchar(255) DEFAULT '' NOT NULL, + header_subtitle varchar(255) DEFAULT '' NOT NULL, + keywords text NOT NULL, + description text NOT NULL, + description_extended text NOT NULL, + teaser_images int(11) unsigned NOT NULL default '0', + header_images int(11) unsigned NOT NULL default '0', + images int(11) unsigned NOT NULL default '0', + latitude varchar(255) DEFAULT '' NOT NULL, + longitude varchar(255) DEFAULT '' NOT NULL, + facts int(11) unsigned DEFAULT '0' NOT NULL, + officetip int(11) unsigned DEFAULT '0' NOT NULL, + snowreport int(11) unsigned DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_region' # -CREATE TABLE tx_epproducts_domain_model_region ( +CREATE TABLE tx_epproducts_domain_model_region +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - detail_page varchar(255) DEFAULT '' NOT NULL, - exclude_from_teasergroups tinyint(4) unsigned DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - name_internal varchar(255) DEFAULT '' NOT NULL, - season char(1) DEFAULT '' NOT NULL, - headline varchar(255) DEFAULT '' NOT NULL, - teaser text NOT NULL, - header_title varchar(255) DEFAULT '' NOT NULL, - header_subtitle varchar(255) DEFAULT '' NOT NULL, - keywords text NOT NULL, - description text NOT NULL, - ski_area text NOT NULL, - ski_area_extended text NOT NULL, - ski_pass text NOT NULL, - news text NOT NULL, - length varchar(255) DEFAULT '' NOT NULL, - height varchar(255) DEFAULT '' NOT NULL, - lifts varchar(255) DEFAULT '' NOT NULL, - feature varchar(255) DEFAULT '' NOT NULL, - teaser_images int(11) unsigned NOT NULL default '0', - header_images int(11) unsigned NOT NULL default '0', - images int(11) unsigned NOT NULL default '0', - region_maps int(11) unsigned NOT NULL default '0', - latitude varchar(255) DEFAULT '' NOT NULL, - longitude varchar(255) DEFAULT '' NOT NULL, - country int(11) unsigned DEFAULT '0', - cities int(11) unsigned DEFAULT '0' NOT NULL, - products int(11) unsigned DEFAULT '0' NOT NULL, - facts int(11) unsigned DEFAULT '0' NOT NULL, - hotels int(11) unsigned DEFAULT '0' NOT NULL, - snowreport int(11) unsigned DEFAULT '0', - webcam int(11) unsigned DEFAULT '0', - officetip int(11) unsigned DEFAULT '0', - award_image int(11) unsigned NOT NULL default '0', - award_link varchar(255) DEFAULT '' NOT NULL, - award_label varchar(255) DEFAULT '' NOT NULL, + detail_page varchar(255) DEFAULT '' NOT NULL, + exclude_from_teasergroups tinyint(4) unsigned DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + name_internal varchar(255) DEFAULT '' NOT NULL, + season char(1) DEFAULT '' NOT NULL, + headline varchar(255) DEFAULT '' NOT NULL, + teaser text NOT NULL, + header_title varchar(255) DEFAULT '' NOT NULL, + header_subtitle varchar(255) DEFAULT '' NOT NULL, + keywords text NOT NULL, + description text NOT NULL, + ski_area text NOT NULL, + ski_area_extended text NOT NULL, + ski_pass text NOT NULL, + news text NOT NULL, + length varchar(255) DEFAULT '' NOT NULL, + height varchar(255) DEFAULT '' NOT NULL, + lifts varchar(255) DEFAULT '' NOT NULL, + feature varchar(255) DEFAULT '' NOT NULL, + teaser_images int(11) unsigned NOT NULL default '0', + header_images int(11) unsigned NOT NULL default '0', + images int(11) unsigned NOT NULL default '0', + region_maps int(11) unsigned NOT NULL default '0', + latitude varchar(255) DEFAULT '' NOT NULL, + longitude varchar(255) DEFAULT '' NOT NULL, + country int(11) unsigned DEFAULT '0', + cities int(11) unsigned DEFAULT '0' NOT NULL, + products int(11) unsigned DEFAULT '0' NOT NULL, + facts int(11) unsigned DEFAULT '0' NOT NULL, + hotels int(11) unsigned DEFAULT '0' NOT NULL, + snowreport int(11) unsigned DEFAULT '0', + webcam int(11) unsigned DEFAULT '0', + officetip int(11) unsigned DEFAULT '0', + award_image int(11) unsigned NOT NULL default '0', + award_link varchar(255) DEFAULT '' NOT NULL, + award_label varchar(255) DEFAULT '' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_city' # -CREATE TABLE tx_epproducts_domain_model_city ( +CREATE TABLE tx_epproducts_domain_model_city +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - detail_page varchar(255) DEFAULT '' NOT NULL, - exclude_from_teasergroups tinyint(4) unsigned DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - name_internal varchar(255) DEFAULT '' NOT NULL, - season char(1) DEFAULT '' NOT NULL, - headline varchar(255) DEFAULT '' NOT NULL, - teaser text NOT NULL, - header_title varchar(255) DEFAULT '' NOT NULL, - header_subtitle varchar(255) DEFAULT '' NOT NULL, - keywords text NOT NULL, - description text NOT NULL, - party text NOT NULL, - leisure text NOT NULL, - teaser_images int(11) unsigned NOT NULL default '0', - header_images int(11) unsigned NOT NULL default '0', - images int(11) unsigned NOT NULL default '0', - latitude varchar(255) DEFAULT '' NOT NULL, - longitude varchar(255) DEFAULT '' NOT NULL, - country int(11) unsigned DEFAULT '0', - region int(11) unsigned DEFAULT '0', - officetip int(11) unsigned DEFAULT '0', - facts int(11) unsigned DEFAULT '0' NOT NULL, + detail_page varchar(255) DEFAULT '' NOT NULL, + exclude_from_teasergroups tinyint(4) unsigned DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + name_internal varchar(255) DEFAULT '' NOT NULL, + season char(1) DEFAULT '' NOT NULL, + headline varchar(255) DEFAULT '' NOT NULL, + teaser text NOT NULL, + header_title varchar(255) DEFAULT '' NOT NULL, + header_subtitle varchar(255) DEFAULT '' NOT NULL, + keywords text NOT NULL, + description text NOT NULL, + party text NOT NULL, + leisure text NOT NULL, + teaser_images int(11) unsigned NOT NULL default '0', + header_images int(11) unsigned NOT NULL default '0', + images int(11) unsigned NOT NULL default '0', + latitude varchar(255) DEFAULT '' NOT NULL, + longitude varchar(255) DEFAULT '' NOT NULL, + country int(11) unsigned DEFAULT '0', + region int(11) unsigned DEFAULT '0', + officetip int(11) unsigned DEFAULT '0', + facts int(11) unsigned DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_fact' # -CREATE TABLE tx_epproducts_domain_model_fact ( +CREATE TABLE tx_epproducts_domain_model_fact +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - label varchar(255) DEFAULT '' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - keywords text NOT NULL, + label varchar(255) DEFAULT '' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + keywords text NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_matchcode' # -CREATE TABLE tx_epproducts_domain_model_matchcode ( +CREATE TABLE tx_epproducts_domain_model_matchcode +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - entity int(11) unsigned DEFAULT '0', - entity_type varchar(255) DEFAULT '' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + entity int(11) unsigned DEFAULT '0', + entity_type varchar(255) DEFAULT '' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_faq' # -CREATE TABLE tx_epproducts_domain_model_faq ( +CREATE TABLE tx_epproducts_domain_model_faq +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - label varchar(255) DEFAULT '' NOT NULL, - question varchar(255) DEFAULT '' NOT NULL, - answer text NOT NULL, + label varchar(255) DEFAULT '' NOT NULL, + question varchar(255) DEFAULT '' NOT NULL, + answer text NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_officetip' # -CREATE TABLE tx_epproducts_domain_model_officetip ( +CREATE TABLE tx_epproducts_domain_model_officetip +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - label varchar(255) DEFAULT '' NOT NULL, - text text NOT NULL, - author int(11) unsigned DEFAULT '0', + label varchar(255) DEFAULT '' NOT NULL, + text text NOT NULL, + author int(11) unsigned DEFAULT '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_teammember' # -CREATE TABLE tx_epproducts_domain_model_teammember ( +CREATE TABLE tx_epproducts_domain_model_teammember +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - email varchar(255) DEFAULT '' NOT NULL, - phone varchar(255) DEFAULT '' NOT NULL, - tasks varchar(255) DEFAULT '' NOT NULL, - description text NOT NULL, - image int(11) DEFAULT '0' NOT NULL, - sorting int(11) DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + email varchar(255) DEFAULT '' NOT NULL, + phone varchar(255) DEFAULT '' NOT NULL, + tasks varchar(255) DEFAULT '' NOT NULL, + description text NOT NULL, + image int(11) DEFAULT '0' NOT NULL, + sorting int(11) DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_journey' # -CREATE TABLE tx_epproducts_domain_model_journey ( +CREATE TABLE tx_epproducts_domain_model_journey +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - by_car text NOT NULL, - by_bus text NOT NULL, - image int(11) DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + by_car text NOT NULL, + by_bus text NOT NULL, + image int(11) DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_snowreport' # -CREATE TABLE tx_epproducts_domain_model_snowreport ( +CREATE TABLE tx_epproducts_domain_model_snowreport +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - vendor_uid int(11) unsigned DEFAULT '0', - region_name varchar(255) DEFAULT '' NOT NULL, - glacier tinyint(4) unsigned DEFAULT '0' NOT NULL, - alpes tinyint(4) unsigned DEFAULT '0' NOT NULL, - height_max int(11) DEFAULT '0' NOT NULL, - height_min int(11) DEFAULT '0' NOT NULL, - opened tinyint(4) unsigned DEFAULT '0' NOT NULL, - snow_level_mountain int(11) DEFAULT '0' NOT NULL, - snow_level_valley int(11) DEFAULT '0' NOT NULL, - snow_quality varchar(255) DEFAULT '' NOT NULL, - last_snowfall int(11) unsigned DEFAULT '0' NOT NULL, - lifts_total int(11) DEFAULT '0' NOT NULL, - lifts_opened int(11) DEFAULT '0' NOT NULL, - last_update int(11) unsigned DEFAULT '0' NOT NULL, - webcams int(11) unsigned DEFAULT '0', - season_start int(11) unsigned DEFAULT '0' NOT NULL, - season_end int(11) unsigned DEFAULT '0' NOT NULL, + vendor_uid int(11) unsigned DEFAULT '0', + region_name varchar(255) DEFAULT '' NOT NULL, + glacier tinyint(4) unsigned DEFAULT '0' NOT NULL, + alpes tinyint(4) unsigned DEFAULT '0' NOT NULL, + height_max int(11) DEFAULT '0' NOT NULL, + height_min int(11) DEFAULT '0' NOT NULL, + opened tinyint(4) unsigned DEFAULT '0' NOT NULL, + snow_level_mountain int(11) DEFAULT '0' NOT NULL, + snow_level_valley int(11) DEFAULT '0' NOT NULL, + snow_quality varchar(255) DEFAULT '' NOT NULL, + last_snowfall int(11) unsigned DEFAULT '0' NOT NULL, + lifts_total int(11) DEFAULT '0' NOT NULL, + lifts_opened int(11) DEFAULT '0' NOT NULL, + last_update int(11) unsigned DEFAULT '0' NOT NULL, + webcams int(11) unsigned DEFAULT '0', + season_start int(11) unsigned DEFAULT '0' NOT NULL, + season_end int(11) unsigned DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_webcam' # -CREATE TABLE tx_epproducts_domain_model_webcam ( +CREATE TABLE tx_epproducts_domain_model_webcam +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - vendor_uid varchar(32) DEFAULT '' NOT NULL, - available tinyint(4) unsigned DEFAULT '0' NOT NULL, - snowreport int(11) unsigned DEFAULT '0', - name varchar(255) DEFAULT '' NOT NULL, - url varchar(255) DEFAULT '' NOT NULL, + vendor_uid varchar(32) DEFAULT '' NOT NULL, + available tinyint(4) unsigned DEFAULT '0' NOT NULL, + snowreport int(11) unsigned DEFAULT '0', + name varchar(255) DEFAULT '' NOT NULL, + url varchar(255) DEFAULT '' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_contingent' # -CREATE TABLE tx_epproducts_domain_model_contingent ( +CREATE TABLE tx_epproducts_domain_model_contingent +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - pax int(11) unsigned DEFAULT '0' NOT NULL, - available int(11) unsigned DEFAULT '0' NOT NULL, - date date DEFAULT '0000-00-00', - hotel int(11) unsigned DEFAULT '0', - hotel_code varchar(64) DEFAULT '' NOT NULL, - hotel_bus_pro_id varchar(64) DEFAULT '' NOT NULL, - room_code varchar(64) DEFAULT '' NOT NULL, - room_label varchar(64) DEFAULT '' NOT NULL, - status tinyint(4) unsigned DEFAULT '0' NOT NULL, - min_price int(11) DEFAULT '0' NOT NULL, - min_nights int(11) DEFAULT '0' NOT NULL, - additional_night_min_price int(11) DEFAULT '0' NOT NULL, - additional_night_min_nights int(11) DEFAULT '0' NOT NULL, - groupsch_id varchar(8) DEFAULT '' NOT NULL, + pax int(11) unsigned DEFAULT '0' NOT NULL, + available int(11) unsigned DEFAULT '0' NOT NULL, + date date DEFAULT '0000-00-00', + hotel int(11) unsigned DEFAULT '0', + hotel_code varchar(64) DEFAULT '' NOT NULL, + hotel_bus_pro_id varchar(64) DEFAULT '' NOT NULL, + room_code varchar(64) DEFAULT '' NOT NULL, + room_label varchar(64) DEFAULT '' NOT NULL, + status tinyint(4) unsigned DEFAULT '0' NOT NULL, + min_price int(11) DEFAULT '0' NOT NULL, + min_nights int(11) DEFAULT '0' NOT NULL, + additional_night_min_price int(11) DEFAULT '0' NOT NULL, + additional_night_min_nights int(11) DEFAULT '0' NOT NULL, + groupsch_id varchar(8) DEFAULT '' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid), - KEY groups (date,hotel) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid), + KEY groups (date, hotel) ); # # Table structure for table 'tx_epproducts_domain_model_badge' # -CREATE TABLE tx_epproducts_domain_model_badge ( +CREATE TABLE tx_epproducts_domain_model_badge +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - title varchar(255) DEFAULT '' NOT NULL, - subtitle varchar(255) DEFAULT '' NOT NULL, - link int(11) unsigned NOT NULL default '0', - page int(11) unsigned DEFAULT '0', + title varchar(255) DEFAULT '' NOT NULL, + subtitle varchar(255) DEFAULT '' NOT NULL, + link int(11) unsigned NOT NULL default '0', + page int(11) unsigned DEFAULT '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'tx_epproducts_domain_model_staticsearchparams' # -CREATE TABLE tx_epproducts_domain_model_staticsearchparams ( +CREATE TABLE tx_epproducts_domain_model_staticsearchparams +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - path_segment varchar(255) DEFAULT '' NOT NULL, - date_from date DEFAULT '0000-00-00', - date_to date DEFAULT '0000-00-00', - bus tinyint(1) unsigned DEFAULT '0' NOT NULL, - product int(11) unsigned DEFAULT '0', - concept varchar(255) DEFAULT '' NOT NULL, - country int(11) unsigned DEFAULT '0', - region int(11) unsigned DEFAULT '0', - hotel int(11) unsigned DEFAULT '0', - hotel_types varchar(255) DEFAULT '' NOT NULL, - pax int(11) unsigned DEFAULT '0', + name varchar(255) DEFAULT '' NOT NULL, + path_segment varchar(255) DEFAULT '' NOT NULL, + date_from date DEFAULT '0000-00-00', + date_to date DEFAULT '0000-00-00', + bus tinyint(1) unsigned DEFAULT '0' NOT NULL, + product int(11) unsigned DEFAULT '0', + concept varchar(255) DEFAULT '' NOT NULL, + country int(11) unsigned DEFAULT '0', + region int(11) unsigned DEFAULT '0', + hotel int(11) unsigned DEFAULT '0', + hotel_types varchar(255) DEFAULT '' NOT NULL, + pax int(11) unsigned DEFAULT '0', - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid), - KEY path_segment (path_segment) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid), + KEY path_segment (path_segment) ); # # Table structure for table 'tx_epproducts_domain_model_reseller' # -CREATE TABLE tx_epproducts_domain_model_reseller ( +CREATE TABLE tx_epproducts_domain_model_reseller +( - uid int(11) NOT NULL auto_increment, - pid int(11) DEFAULT '0' NOT NULL, + uid int(11) NOT NULL auto_increment, + pid int(11) DEFAULT '0' NOT NULL, - name varchar(255) DEFAULT '' NOT NULL, - code varchar(255) DEFAULT '' NOT NULL, - pa_code varchar(255) DEFAULT '' NOT NULL, - products int(11) unsigned DEFAULT '0' NOT NULL, + name varchar(255) DEFAULT '' NOT NULL, + code varchar(255) DEFAULT '' NOT NULL, + pa_code varchar(255) DEFAULT '' NOT NULL, + products int(11) unsigned DEFAULT '0' NOT NULL, - tstamp int(11) unsigned DEFAULT '0' NOT NULL, - crdate int(11) unsigned DEFAULT '0' NOT NULL, - cruser_id int(11) unsigned DEFAULT '0' NOT NULL, - deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, - hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, - starttime int(11) unsigned DEFAULT '0' NOT NULL, - endtime int(11) unsigned DEFAULT '0' NOT NULL, + tstamp int(11) unsigned DEFAULT '0' NOT NULL, + crdate int(11) unsigned DEFAULT '0' NOT NULL, + cruser_id int(11) unsigned DEFAULT '0' NOT NULL, + deleted tinyint(4) unsigned DEFAULT '0' NOT NULL, + hidden tinyint(4) unsigned DEFAULT '0' NOT NULL, + starttime int(11) unsigned DEFAULT '0' NOT NULL, + endtime 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, - t3ver_label varchar(255) DEFAULT '' NOT NULL, - t3ver_state tinyint(4) DEFAULT '0' NOT NULL, - t3ver_stage int(11) DEFAULT '0' NOT NULL, - t3ver_count int(11) DEFAULT '0' NOT NULL, - t3ver_tstamp int(11) DEFAULT '0' NOT NULL, - t3ver_move_id int(11) 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, + t3ver_label varchar(255) DEFAULT '' NOT NULL, + t3ver_state tinyint(4) DEFAULT '0' NOT NULL, + t3ver_stage int(11) DEFAULT '0' NOT NULL, + t3ver_count int(11) DEFAULT '0' NOT NULL, + t3ver_tstamp int(11) DEFAULT '0' NOT NULL, + t3ver_move_id int(11) DEFAULT '0' NOT NULL, - sys_language_uid int(11) DEFAULT '0' NOT NULL, - l10n_parent int(11) DEFAULT '0' NOT NULL, - l10n_diffsource mediumblob, + sys_language_uid int(11) DEFAULT '0' NOT NULL, + l10n_parent int(11) DEFAULT '0' NOT NULL, + l10n_diffsource mediumblob, - PRIMARY KEY (uid), - KEY parent (pid), - KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY language (l10n_parent,sys_language_uid) + PRIMARY KEY (uid), + KEY parent (pid), + KEY t3ver_oid (t3ver_oid, t3ver_wsid), + KEY language (l10n_parent, sys_language_uid) ); # # Table structure for table 'sys_domain' # -CREATE TABLE sys_domain ( - tx_epproducts_reseller int(11) unsigned DEFAULT '0' +CREATE TABLE sys_domain +( + tx_epproducts_reseller int(11) unsigned DEFAULT '0' ); # # Table structure for table 'tx_epproducts_product_hotel_mm' # -CREATE TABLE tx_epproducts_product_hotel_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_product_hotel_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_product_region_mm' # -CREATE TABLE tx_epproducts_product_region_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_product_region_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_hotel_teammember_mm' # -CREATE TABLE tx_epproducts_hotel_teammember_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_hotel_teammember_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_product_faq_mm' # -CREATE TABLE tx_epproducts_product_faq_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_product_faq_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_product_fact_mm' # -CREATE TABLE tx_epproducts_product_fact_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_product_fact_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_hotel_fact_mm' # -CREATE TABLE tx_epproducts_hotel_fact_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_hotel_fact_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_country_fact_mm' # -CREATE TABLE tx_epproducts_country_fact_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_country_fact_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_region_fact_mm' # -CREATE TABLE tx_epproducts_region_fact_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_region_fact_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_city_fact_mm' # -CREATE TABLE tx_epproducts_city_fact_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_city_fact_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_reseller_product_mm' # -CREATE TABLE tx_epproducts_reseller_product_mm ( - uid_local int(11) unsigned DEFAULT '0' NOT NULL, - uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, - sorting int(11) unsigned DEFAULT '0' NOT NULL, - sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, +CREATE TABLE tx_epproducts_reseller_product_mm +( + uid_local int(11) unsigned DEFAULT '0' NOT NULL, + uid_foreign int(11) unsigned DEFAULT '0' NOT NULL, + sorting int(11) unsigned DEFAULT '0' NOT NULL, + sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL, - KEY uid_local (uid_local), - KEY uid_foreign (uid_foreign) + KEY uid_local (uid_local), + KEY uid_foreign (uid_foreign) ); # # Table structure for table 'tx_epproducts_log' # -CREATE TABLE tx_epproducts_log ( - request_id varchar(13) DEFAULT '' NOT NULL, - time_micro double(16,4) NOT NULL default '0.0000', - component varchar(255) DEFAULT '' NOT NULL, - level tinyint(1) unsigned DEFAULT '0' NOT NULL, - message text, - data text, +CREATE TABLE tx_epproducts_log +( + request_id varchar(13) DEFAULT '' NOT NULL, + time_micro double(16, 4) NOT NULL default '0.0000', + component varchar(255) DEFAULT '' NOT NULL, + level tinyint(1) unsigned DEFAULT '0' NOT NULL, + message text, + data text, - KEY request (request_id) + KEY request (request_id) ); diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html index 83d0ab27..81a4b084 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html @@ -22,9 +22,9 @@ - {row.hotelTitle -> v:or(alternative: row.hotelName)} + {row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)} From 4709c1ebbdc855aae5cabcf54e16343373e8a895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 13:07:56 +0200 Subject: [PATCH 06/17] Remove superfluous paragraphs from RTE output --- .../TypoScript/Library/ParseFunc.typoscript | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/ParseFunc.typoscript b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/ParseFunc.typoscript index ba6c1280..90e792d9 100644 --- a/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/ParseFunc.typoscript +++ b/web/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/ParseFunc.typoscript @@ -113,15 +113,7 @@ lib.parseFunc_RTE { dl < .div dd < .div } - nonTypoTagStdWrap { - encapsLines { - encapsTagList = p, pre, h1, h2, h3, h4, h5, h6, hr, dt - remapTag.DIV = P - nonWrappedTag = P - innerStdWrap_all.ifBlank =   - addAttributes.P.class > - } - } + nonTypoTagStdWrap.encapsLines > nonTypoTagStdWrap { HTMLparser = 1 HTMLparser { From 31605e78c96ee79525ce770cb86a040de2c0aa3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 13:27:42 +0200 Subject: [PATCH 07/17] Link news detail page when applicable --- .../ep_events/Resources/Private/Assets/scss/_buttons.scss | 7 +++++++ .../ep_events/Resources/Private/Language/en.locallang.xlf | 4 ++++ .../ext/ep_events/Resources/Private/Language/locallang.xlf | 3 +++ .../Resources/Private/Partials/News/List/Item.html | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss index 805b8717..fd386faa 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss +++ b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss @@ -3,6 +3,13 @@ font-weight: 700; text-decoration: none; + &--default { + display: inline-block; + background-color: $color-brand-primary; + color: white; + padding: 4px 16px; + } + &--page-header { display: block; min-width: 186px; diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf b/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf index 07b713cc..1a56fd9a 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf +++ b/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf @@ -364,6 +364,10 @@ Datum Date + + Weiterlesen + Read more + diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf b/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf index 05bb8e11..5c7128e4 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf +++ b/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf @@ -274,6 +274,9 @@ Datum + + Weiterlesen + diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html b/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html index 84d053db..1b703048 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html @@ -48,6 +48,11 @@ + + + + + From 9f2f8612048893d1894030684aea51f3c27c3593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 21 May 2019 13:36:40 +0200 Subject: [PATCH 08/17] Add styles for news detail page --- .../Resources/Private/Assets/scss/_base.scss | 5 +++ .../Private/Templates/News/News/Detail.html | 44 ++++++------------- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_base.scss b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_base.scss index 928b9221..35e78632 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_base.scss +++ b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_base.scss @@ -121,6 +121,11 @@ ul { p { margin: 0 0 24px; line-height: 175%; + + .lead & { + font-size: 18px; + font-weight: 700; + } } hr { diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Templates/News/News/Detail.html b/web/typo3conf/ext/ep_events/Resources/Private/Templates/News/News/Detail.html index fbb3e6bd..8efff0c5 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Templates/News/News/Detail.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Templates/News/News/Detail.html @@ -7,7 +7,7 @@ -
    +
    @@ -24,39 +24,21 @@ -

    {newsItem.title}

    - +

    + {newsItem.title} + + + +

    - {newsItem.teaser} +
    + {newsItem.teaser} +
    - - - {newsItem.bodytext} - + {newsItem.bodytext} {newsItem.contentElementIdList} - -

    Dateien

    - -
    From f1b5a46f4da6be452edfd5f42b4a9d7d113022d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 23 May 2019 09:45:21 +0200 Subject: [PATCH 09/17] Add table column header --- .../Resources/Private/Templates/AjaxTable/EventPricetable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html index 81a4b084..5bae1ba5 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxTable/EventPricetable.html @@ -9,7 +9,7 @@
    - + From 21d5669783a67a2e54ef0e303bb5358c304c9d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 23 May 2019 09:45:35 +0200 Subject: [PATCH 10/17] Fix color of links in content tables --- .../Resources/Private/Assets/scss/remix/_tables.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss index 7f50c8c8..5228b3ec 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss @@ -1,3 +1,10 @@ +.table { + a, + a:hover { + color: inherit; + } +} + .dates-table, .pricetable { > tbody > tr > th { font-size: 14px; From 90796cd7187c10c5be33dc252f7a71c1bb5591c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 6 Jun 2019 08:31:30 +0200 Subject: [PATCH 11/17] Fix gitignore file --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1349edf..e0267e88 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,13 @@ web/fileadmin web/typo3conf/ENABLE_INSTALL_TOOL web/typo3conf/realurl_autoconf.php web/typo3conf/deprecation* -web/typo3conf/ext/* +web/typo3conf/ext/ !web/typo3conf/ext/ep_events/ !web/typo3conf/ext/ep_products/ !web/typo3conf/ext/ep_theme/ !web/typo3conf/ext/ep_track/ -web/typo3conf/ext/ep_events/Resources/Public/* -web/typo3conf/ext/ep_theme/Resources/Public/* +web/typo3conf/ext/ep_events/Resources/Public/ +web/typo3conf/ext/ep_theme/Resources/Public/ web/typo3conf/LocalConfiguration.php web/typo3conf/AdditionalConfiguration.php web/typo3conf/PackageStates.php From fb73a1c6c5446a3cb1d0bd01af281b7575a34255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 6 Jun 2019 08:32:06 +0200 Subject: [PATCH 12/17] Adjust phone number to international notation --- .../ext/ep_events/Resources/Private/Partials/PageFooter.html | 2 +- .../ext/ep_events/Resources/Private/Partials/PageHeader.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html b/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html index 4aeea101..23a86d47 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html @@ -28,7 +28,7 @@
    - T 0221.27 22 76 20 + T +49 221.27 22 76 20 |
    Apartments {type}