vrfs-927: updated db cols for carrierwave integration

This commit is contained in:
Jonathan Kolyer 2014-01-04 03:11:31 -06:00
parent 4c9d2f0c29
commit b731bd84e0
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ CREATE TABLE promotionals(
latest_type VARCHAR(128) DEFAULT NULL,
/* used for buzz promo type */
original_fpfile_photo VARCHAR(8000) DEFAULT NULL,
photo_url VARCHAR(2048) DEFAULT NULL,
image VARCHAR(1024) DEFAULT NULL,
text_short VARCHAR(512) DEFAULT NULL,
text_long VARCHAR(4096) DEFAULT NULL
);