Sha256: 94e6351998690ca1227390a7a9e537c33ca3ed374f01b4a2a5cffb80f94115a2

Contents?: true

Size: 241 Bytes

Versions: 77

Compression:

Stored size: 241 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def self.up
    create_table :posts do |t|
      t.integer :user_id
      t.string  :title
      t.text    :body
      t.timestamps
    end
  end

  def self.down
    drop_table :posts
  end
end

Version data entries

77 entries across 77 versions & 2 rubygems

Version Path
rabl-0.14.3 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.14.2 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.14.1 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.14.0 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.13.1 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.13.0 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.12.0 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.8 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.7 fixtures/ashared/migrate/20111002092019_create_posts.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/migrate/20111002092019_create_posts.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/migrate/20111002092019_create_posts.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.6 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.5 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.4 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.3 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.2 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.1 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.11.0 fixtures/ashared/migrate/20111002092019_create_posts.rb
rabl-0.10.1 fixtures/ashared/migrate/20111002092019_create_posts.rb