Added state alongside city & other info

This commit is contained in:
Kurt Zenisek 2019-06-19 17:12:17 -05:00 committed by GitHub
parent a39c885160
commit 25be322d29
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ class WC_Admin_Install {
country char(2) DEFAULT '' NOT NULL,
postcode varchar(20) DEFAULT '' NOT NULL,
city varchar(100) DEFAULT '' NOT NULL,
state varchar(100) DEFAULT '' NOT NULL,
PRIMARY KEY (customer_id),
UNIQUE KEY user_id (user_id),
KEY email (email)