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