1 line
80 B
MySQL
1 line
80 B
MySQL
|
CREATE INDEX IF NOT EXISTS idx_files_photo_id ON files (photo_id, file_primary);
|