4 lines
170 B
MySQL
4 lines
170 B
MySQL
|
ALTER TABLE `vn`.department
|
||
|
ADD notificationEmail VARCHAR(150) null;
|
||
|
|
||
|
UPDATE vn.department t SET t.notificationEmail = 'direccioncomercial@verdnatura.es' WHERE t.id = 43
|