first commit
This commit is contained in:
1
updates/1.50/ver_1.559_sql.txt
Normal file
1
updates/1.50/ver_1.559_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE pp_seo_additional ( id INT NOT NULL AUTO_INCREMENT, url VARCHAR(255) NOT NULL, status INT NOT NULL DEFAULT '0', title VARCHAR(255) NULL DEFAULT NULL, keywords TEXT NULL DEFAULT NULL, description TEXT NULL DEFAULT NULL, PRIMARY KEY (id)) ENGINE = InnoDB CHARSET=utf8 COLLATE utf8_polish_ci;
|
||||
Reference in New Issue
Block a user