Sha256: 7db5808fb31048cce16f0c30cdfd7c96f02ab2eac63a4ab5d1efed5c1e1c2d51
Contents?: true
Size: 252 Bytes
Versions: 76
Compression:
Stored size: 252 Bytes
Contents
# This migration comes from bit_core (originally 20140417173056) class CreateBitCoreSlideshows < ActiveRecord::Migration def change create_table :bit_core_slideshows do |t| t.string :title, null: false t.timestamps end end end
Version data entries
76 entries across 76 versions & 2 rubygems