Sha256: dbc3d264d2d38aad4ea99333b446ece470b04d225b184bc7ab5ce247f883198b

Contents?: true

Size: 169 Bytes

Versions: 7

Compression:

Stored size: 169 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
vinted-crummy-1.11.0 example/db/migrate/20111104103150_create_posts.rb
crummy-schema-dot-org-1.9.0 example/db/migrate/20111104103150_create_posts.rb
vinted-crummy-1.10.0 example/db/migrate/20111104103150_create_posts.rb
vinted-crummy-1.9.0 example/db/migrate/20111104103150_create_posts.rb
crummy-1.8.0 example/db/migrate/20111104103150_create_posts.rb
crummy-1.7.2 example/db/migrate/20111104103150_create_posts.rb
crummy-1.7.1 example/db/migrate/20111104103150_create_posts.rb