2 lines
96 B
MySQL
2 lines
96 B
MySQL
|
ALTER TABLE `Monitors` MODIFY `OutputContainer` enum('auto','mp4','mkv','webm') default 'auto';
|