staff.picture column data is too long for mysql
This commit is contained in:
parent
26f4f8814a
commit
78b2bbf556
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user