class AddOpeningTimeForShixuns < ActiveRecord::Migration[5.2]
  def change
    add_column :shixuns, :opening_time, :string
  end
end