MYSQL 5.1 (Master) to MYSQL 5.6 (Slave) Replication Error
Below Query not working in MYSQL 5.6 which is working fine with MYSQL 5.1
mysql> alter table MY_DATA add column test enum('0','1') default 0 after channel_id;
ERROR 1067 (42000): Invalid default value for 'test'