Sha256: f1a38396990d196cacc9b982e29d68d058b5c38d2456d98b5d6dcfea838944ec

Contents?: true

Size: 131 Bytes

Versions: 7

Compression:

Stored size: 131 Bytes

Contents

class CreatePosts < ActiveRecord::Migration[4.2]
  def change
    create_table :posts do |t|

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
draper-4.0.4 spec/dummy/db/migrate/20121019115657_create_posts.rb
draper-4.0.3 spec/dummy/db/migrate/20121019115657_create_posts.rb
draper-4.0.2 spec/dummy/db/migrate/20121019115657_create_posts.rb
draper-4.0.1 spec/dummy/db/migrate/20121019115657_create_posts.rb
draper-4.0.0 spec/dummy/db/migrate/20121019115657_create_posts.rb
draper-3.1.0 spec/dummy/db/migrate/20121019115657_create_posts.rb
draper-3.0.1 spec/dummy/db/migrate/20121019115657_create_posts.rb