-- Add down migration script here drop table if exists `calendar_events`; drop table if exists `calendar_event_types`; drop table if exists `calendar`;