20220610135326_add_robots_to_domain.rb 125 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddRobotsToDomain < ActiveRecord::Migration[5.2] def change add_column :kanjai_domains, :robots, :text end end