20220610135326_add_robots_to_domain.rb 125 Bytes
class AddRobotsToDomain < ActiveRecord::Migration[5.2]
  def change
    add_column :kanjai_domains, :robots, :text
  end
end