-- 2015-3-6 Table structure for table `smsevent_instances_t` -- run the query at test, training and live DB CREATE TABLE IF NOT EXISTS `smsevent_instances_t` ( `id` char(36) NOT NULL default '', `kakutei` tinyint(1) default '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;