Sha256: fcbbc23c13e19b1d1ccf7a200cd23647f4d5e12d7d4f58195891cc3f7f9060a3
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
# This migration comes from ominous (originally 20121206144249) class CreateOminousWarnings < ActiveRecord::Migration def change create_table :ominous_warnings do |t| t.column :name, :string t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems