2 lines
95 B
MySQL
Raw Normal View History

ALTER TABLE `devices` CHANGE `cryptoalgo` `cryptoalgo` ENUM('AES','DES','') NULL DEFAULT NULL;