Sha256: 9ca8b719feee3cfd25b653f6343a6aeb99d767dd0a2810ea206df3d0855ae5dd

Contents?: true

Size: 170 Bytes

Versions: 87

Compression:

Stored size: 170 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :title
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

87 entries across 87 versions & 12 rubygems

Version Path
ab_panel-0.4.4 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.4.3 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.4.2 example/db/migrate/20130909131957_create_posts.rb
ouvrages_file_uploader-0.0.3 test/dummy/db/migrate/20150805091643_create_posts.rb
ab_panel-0.4.1 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.4.0 example/db/migrate/20130909131957_create_posts.rb
ouvrages_file_uploader-0.0.2 test/dummy/db/migrate/20150805091643_create_posts.rb
ouvrages_file_uploader-0.0.1 test/dummy/db/migrate/20150805091643_create_posts.rb
ab_panel-0.3.3 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.3.2 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.3.1 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.3.0 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.2.0 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.1.3 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.1.2 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.1.1 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.1.0 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.0.9 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.0.8 example/db/migrate/20130909131957_create_posts.rb
ab_panel-0.0.7 example/db/migrate/20130909131957_create_posts.rb