Sha256: 321a3bda2275ae42056f42ab9b8bfbe28807aad897e563e1982b6b7e6d27b94a
Contents?: true
Size: 258 Bytes
Versions: 78
Compression:
Stored size: 258 Bytes
Contents
# This migration comes from bit_player (originally 20140305232705) class CreateBitPlayerSlideshows < ActiveRecord::Migration def change create_table :bit_player_slideshows do |t| t.string :title, null: false t.timestamps end end end
Version data entries
78 entries across 78 versions & 2 rubygems