20160113192223_create_kanjai_templates.rb 224 Bytes
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