All data on checks are now set up.
This commit is contained in:
15
migrator/migrations/1526611275-DOWN-move-address-to-data.sql
Normal file
15
migrator/migrations/1526611275-DOWN-move-address-to-data.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- 1526611275 DOWN move-address-to-data
|
||||
alter table vendors
|
||||
add column address1 varchar (255);
|
||||
|
||||
alter table vendors
|
||||
add column address2 varchar (255);
|
||||
|
||||
alter table vendors
|
||||
add column city varchar (255);
|
||||
|
||||
alter table vendors
|
||||
add column state varchar (255);
|
||||
|
||||
alter table vendors
|
||||
add column zip varchar (255);
|
||||
Reference in New Issue
Block a user