20200803113411_create_kanjai_language_domains.rb 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class CreateKanjaiLanguageDomains < ActiveRecord::Migration[5.2] def change create_table :kanjai_language_domains do |t| t.references :domain t.string :title t.timestamps end end end