first commit
This commit is contained in:
1
updates/1.30/ver_1.346_sql.txt
Normal file
1
updates/1.30/ver_1.346_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE pp_contact_emails ( id INT NOT NULL AUTO_INCREMENT , email VARCHAR(255) NOT NULL , phone INT(255) NOT NULL , title VARCHAR(255) NOT NULL , mail TEXT NOT NULL , add_date DATETIME NOT NULL , PRIMARY KEY (id)) ENGINE = InnoDB CHARSET=utf8 COLLATE utf8_polish_ci
|
||||
Reference in New Issue
Block a user