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