Sha256: 56ea965fb1dba34a8e3daa725b58922a7370072aad63a00721ff6d693c12136d

Contents?: true

Size: 153 Bytes

Versions: 96

Compression:

Stored size: 153 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

96 entries across 96 versions & 4 rubygems

Version Path
cmor_tags-0.0.51.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system-0.0.51.pre spec/dummy/db/migrate/20200128171034_create_posts.rb
cmor_tags-0.0.50.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system-0.0.50.pre spec/dummy/db/migrate/20200128171034_create_posts.rb
cmor_tags-0.0.49.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system-0.0.49.pre spec/dummy/db/migrate/20200128171034_create_posts.rb
cmor_tags-0.0.48.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system-0.0.48.pre spec/dummy/db/migrate/20200128171034_create_posts.rb
cmor_tags-0.0.45.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system-0.0.45.pre spec/dummy/db/migrate/20200128171034_create_posts.rb
cmor_system-0.0.44.pre spec/dummy/db/migrate/20200128171034_create_posts.rb
cmor_tags-0.0.44.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system_backend-0.0.43.pre spec/dummy/db/migrate/20200119063053_create_posts.rb
cmor_tags-0.0.43.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system_backend-0.0.42.pre spec/dummy/db/migrate/20200119063053_create_posts.rb
cmor_tags-0.0.42.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system_backend-0.0.41.pre spec/dummy/db/migrate/20200119063053_create_posts.rb
cmor_tags-0.0.41.pre spec/dummy/db/migrate/20200119063218_create_posts.rb
cmor_system_backend-0.0.40.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.40.pre spec/dummy/db/migrate/20190612113029_create_posts.rb