7 lines
182 B
SQL
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
|
|
); |