ALTER TABLE `#__icagenda_tickets`
  MODIFY `id` int unsigned NOT NULL AUTO_INCREMENT,
  MODIFY `created` datetime NOT NULL;
