Sha256: 64fe6746f7e67daf1b3c7ac0e0d57de9d84112bab36e878b3175822bbbfd63c2
Contents?: true
Size: 312 Bytes
Versions: 11
Compression:
Stored size: 312 Bytes
Contents
# This migration comes from rooler (originally 20140225113800) class CreateRoolerTemplates < ActiveRecord::Migration def change create_table :rooler_templates do |t| t.string :name t.string :to t.string :cc t.string :subject t.text :body t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems