3 lines
129 B
Plaintext
3 lines
129 B
Plaintext
ALTER TABLE `1234567890`.`employee`
|
|
ADD COLUMN `EmployeeThumbnail` LONGBLOB NULL DEFAULT NULL COMMENT '' AFTER `EmployeeImage`;
|