Sha256: 92a51751e8cd399ff06c686a207bc5163b1b1e8011fc3c0715f3a50a143f5cca

Contents?: true

Size: 172 Bytes

Versions: 14

Compression:

Stored size: 172 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :title
      t.references :user
      t.timestamps
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
lazy_high_charts-1.6.1 spec/dummy_rails/db/migrate/20140227015551_create_posts.rb
lazy_high_charts-1.5.8 spec/dummy_rails/db/migrate/20140227015551_create_posts.rb
lazy_high_charts-1.5.6 spec/dummy_rails/db/migrate/20140227015551_create_posts.rb
lazy_high_charts-1.5.5 spec/dummy_rails/db/migrate/20140227015551_create_posts.rb
bigbroda-0.1.0.pre spec/dummy/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.7 spec/dummy/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.6 spec/dummy/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.5 spec/dummy/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.4 spec/dummy/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.3 spec/dummy/db/migrate/20140227015551_create_posts.rb
lazy_high_charts-1.5.4 spec/dummy_rails/db/migrate/20140227015551_create_posts.rb
lazy_high_charts-1.5.2 spec/dummy_rails/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.2 spec/dummy/db/migrate/20140227015551_create_posts.rb
bigbroda-0.0.1 spec/dummy/db/migrate/20140227015551_create_posts.rb