CREATE TABLE pages( rel_map_entries int(11) unsigned NOT NULL DEFAULT '0' ); CREATE TABLE tx_a2gmaps_domain_model_mapentry ( rel_travel_post int(11) unsigned NOT NULL DEFAULT '0' ); CREATE TABLE tx_blog_domain_model_author ( rel_map_marker int(11) unsigned DEFAULT '0' NOT NULL ); CREATE TABLE tx_a2gmaps_domain_model_marker ( rel_travel_author int(11) NOT NULL DEFAULT '0' ); CREATE TABLE sys_category ( iso_a2_country_code char(2) NOT NULL DEFAULT '' );