2 lines
51 B
MySQL
2 lines
51 B
MySQL
|
ALTER TABLE chats ADD COLUMN muted_till TIMESTAMP;
|
|
ALTER TABLE chats ADD COLUMN muted_till TIMESTAMP;
|