staff.picture column data is too long for mysql

This commit is contained in:
Prasanth Jayachandran 2017-10-31 01:19:30 -07:00
parent 26f4f8814a
commit 78b2bbf556

View File

@ -283,7 +283,7 @@ CREATE TABLE staff (
first_name VARCHAR(45) NOT NULL,
last_name VARCHAR(45) NOT NULL,
address_id SMALLINT UNSIGNED NOT NULL,
picture BLOB DEFAULT NULL,
picture MEDIUMBLOB DEFAULT NULL,
email VARCHAR(50) DEFAULT NULL,
store_id TINYINT UNSIGNED NOT NULL,
active BOOLEAN NOT NULL DEFAULT TRUE,