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_system_backend-0.0.18.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.18.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.17.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.17.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.16.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.16.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.15.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.15.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.14.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.14.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.13.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.13.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.12.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.12.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.11.pre spec/dummy/db/migrate/20190612112921_create_posts.rb
cmor_tags-0.0.11.pre spec/dummy/db/migrate/20190612113029_create_posts.rb
cmor_system_backend-0.0.10.pre spec/dummy/db/migrate/20190412004738_create_posts.rb
cmor_tags-0.0.10.pre spec/dummy/db/migrate/20190412004848_create_posts.rb
cmor_system_backend-0.0.9.pre spec/dummy/db/migrate/20190412004738_create_posts.rb
cmor_tags-0.0.9.pre spec/dummy/db/migrate/20190412004848_create_posts.rb