5 lines
177 B
SQL
5 lines
177 B
SQL
CREATE TABLE pages (
|
|
# @todo: db analyzer makes this varchar which would be ok, but the default is lost. needs review
|
|
sitemap_priority decimal(2,1) DEFAULT '0.5' NOT NULL,
|
|
);
|