Tag : storage engine
Home » Posts tagged storage engine"
If you are using MySQL or MariaDB, and are planning to use ODBC storage for Voicemail, this table schema for voicemessages table could be useful.The storage engine has explicitly been defined as MyISAM. Recent versions of MySQL use InnoDB by defau..
If you are using MySQL or MariaDB, this is the table schema for CEL ODBC backed:CREATE TABLE `cel` (`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`e..