Files
2018-04-02 08:07:38 +02:00

7 lines
182 B
SQL

#
# Table structure for table 'pages'
#
CREATE TABLE pages (
tx_ddgooglesitemap_lastmod varchar(255) DEFAULT '' NOT NULL,
tx_ddgooglesitemap_priority int(3) DEFAULT '5' NOT NULL
);