{
  "author": "Jim Harney",
  "description": "adding event_facility",
  "created_at": 1462893500268,
  "up": [
    "
    CREATE TABLE `core_events`.`event_facility` (
      `id` VARCHAR(255) NOT NULL,
      `event_id` VARCHAR(255) NULL,
      `facility_id` VARCHAR(255) NULL,
      `created_at` INT(11) NULL,
      `updated_at` INT(11) NULL,
      PRIMARY KEY (`id`));
    "
  ],
  "down": [
    "DROP TABLE event_facility"
  ]
}