Sha256: 547f3559925eda15a20e06ce2fabc9ec8353e1228bc79325143c41c854777330
Contents?: true
Size: 207 Bytes
Versions: 48
Compression:
Stored size: 207 Bytes
Contents
class CreateGalleries < ActiveRecord::Migration def change create_table :galleries do |t| t.string :title t.integer :priority t.integer :index_id t.timestamps end end end
Version data entries
48 entries across 48 versions & 2 rubygems