-- ********************************************************
-- *                                                      *
-- * IMPORTANT NOTE                                       *
-- *                                                      *
-- * Do not import this file manually but use the Contao  *
-- * install tool to create and maintain database tables! *
-- *                                                      *
-- ********************************************************


-- --------------------------------------------------------

-- 
-- Table `tl_page`
-- 

CREATE TABLE `tl_page` (
  `es_ext_agecheck` char(1) NOT NULL default '',
  `es_ext_agecheck_exitPage` int(10) unsigned NOT NULL default '0',
  `es_ext_agecheck_ignorePage` char(1) NOT NULL default '',
) ENGINE=MyISAM DEFAULT CHARSET=utf8;