ALTER TABLE `events` ADD `user_id` INT NOT NULL COMMENT 'user who added this event' AFTER `id` ;