Added state alongside city & other info
This commit is contained in:
parent
a39c885160
commit
25be322d29
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue