Sha256: 5ec81cb294fefaecc073e6fee0abfe58dee575ea51afc0a62dfdfbedda64af84

Contents?: true

Size: 199 Bytes

Versions: 27

Compression:

Stored size: 199 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
cypress-on-rails-1.17.0 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.16.0 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.15.1 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.15.0 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.14.0 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.13.1 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.13.0 specs_e2e/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.12.1 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.12.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.11.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.10.1 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.9.1 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.9.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.8.1 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.8.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.7.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.6.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.5.1 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.5.0 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb
cypress-on-rails-1.4.2 spec/integrations/rails_5_2/db/migrate/20180621085832_create_posts.rb