Merge pull request #6766 from prasanthj/master

staff.picture column data is too long for mysql
This commit is contained in:
Lukas Eder 2017-10-31 09:53:20 +01:00 committed by GitHub
commit c4302df17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,