many more fields.

This commit is contained in:
Bryce Covert
2018-04-09 08:47:46 -07:00
parent 934e7c7bf6
commit 87b94f0f3f
4 changed files with 218 additions and 38 deletions

View File

@@ -0,0 +1,33 @@
-- 1523250939 DOWN add-more-vendor-fields
alter table vendors
drop column address1;
alter table vendors
drop column address2;
alter table vendors
drop column city;
alter table vendors
drop column state;
alter table vendors
drop column zip;
alter table vendors
drop column primary_contact;
alter table vendors
drop column primary_email;
alter table vendors
drop column primary_phone;
alter table vendors
drop column secondary_contact;
alter table vendors
drop column secondary_email;
alter table vendors
drop column secondary_phone;