20200731115158_create_kanjai_domains.rb 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 class CreateKanjaiDomains < ActiveRecord::Migration[5.2] def change create_table :kanjai_domains do |t| t.string :title t.timestamps end end end