1 line
83 B
MySQL
1 line
83 B
MySQL
|
CREATE INDEX IF NOT EXISTS idx_album_id ON user_messages (local_chat_id, album_id);
|