3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
|
ALTER TABLE /*_*/watchlist
|
||
|
|
MODIFY wl_notificationtimestamp BINARY(14) DEFAULT NULL;
|