sql/core_person_signup.sql
[Pman.Core] / sql / core_person_signup.sql
index 87a8dda..0e1c7ab 100644 (file)
@@ -22,3 +22,6 @@ ALTER TABLE core_person_signup ADD COLUMN   created_dt DATETIME  NOT NULL;
 
 ALTER TABLE core_person_signup ADD COLUMN   company_name TEXT NOT NULL  default '';
 ALTER TABLE core_person_signup ADD COLUMN   person_type TEXT NOT NULL  default '';
+
+ALTER TABLE core_person_signup ADD COLUMN   person_id int 11 NOT NULL  default 0;
+ALTER TABLE core_person_signup ADD COLUMN   person_table TEXT NOT NULL  default '';