Sha256: ac01632ead2cb03237da68256f5709847011a1aa51dcbb45d7ad1717288e17ab
Contents?: true
Size: 187 Bytes
Versions: 16
Compression:
Stored size: 187 Bytes
Contents
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
16 entries across 16 versions & 1 rubygems