sql/core_person_signup.sql
authorEdward <edward@roojs.com>
Tue, 18 Aug 2015 05:04:33 +0000 (13:04 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Aug 2015 05:04:33 +0000 (13:04 +0800)
sql/core_person_signup.sql

index 761cd10..b922399 100644 (file)
@@ -30,4 +30,6 @@ ALTER TABLE core_person_signup ADD COLUMN   inviter_id int(11) NOT NULL  default
 
 ALTER TABLE core_person_signup ADD COLUMN   crm_mailing_list_id int(11) NOT NULL  default 0;
 
+ALTER TABLE core_person_signup ADD COLUMN   phone varchar(256)  NOT NULL DEFAULT '';
+
 ALTER TABLE core_person_signup ENGINE=InnoDB;
\ No newline at end of file