Sha256: 9441de2d41ca09130224782ebdf0cd8a7344ab2118071365595775b2bc152a17
Contents?: true
Size: 191 Bytes
Versions: 21
Compression:
Stored size: 191 Bytes
Contents
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
21 entries across 21 versions & 1 rubygems