ALTER TABLE slots
  ADD COLUMN sf_display_type VARCHAR(20) NOT NULL DEFAULT 'default' AFTER end_time;
