20160113192223_create_kanjai_templates.rb 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 class CreateKanjaiTemplates < ActiveRecord::Migration def change create_table :kanjai_templates do |t| t.string :title t.string :attachment_file_name t.timestamps null: false end end end