forked from science-ation/science-ation
cb6f4a3dbb
update maxlength attribute of phone/fax fields to 32 (from 16) to line up with the db fields
2 lines
77 B
SQL
2 lines
77 B
SQL
ALTER TABLE `award_sponsors` CHANGE `email` `email` VARCHAR( 128 ) NOT NULL;
|