Sha256: 65396b23585a744f7d36e824cb6df73a38adefee0bf38c360a78a0e430b2816b
Contents?: true
Size: 377 Bytes
Versions: 5
Compression:
Stored size: 377 Bytes
Contents
class CreateSlides < ActiveRecord::Migration def change create_table :slides do |t| t.string :title, :url t.text :content t.string :attachment_content_type, :attachment_file_name t.datetime :attachment_updated_at t.integer :attachment_size, :position t.references :slideshow_type t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems