Sha256: ab1dad2179a039a5089af279dc969c3f0c387cef3335600c98c11804c7c4aaf8
Contents?: true
Size: 185 Bytes
Versions: 68
Compression:
Stored size: 185 Bytes
Contents
class CreateSlideshows < ActiveRecord::Migration def up create_table :slideshows do |t| t.string :title, null: false t.timestamps end end def down end end
Version data entries
68 entries across 68 versions & 1 rubygems