Sha256: c5e6ad69b72d8b65f9fb723ff739820c9ecd099e43907ff587da777f26046dd6

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

class CreatePosts < ActiveRecord::Migration[5.0]
  def change
    create_table :posts do |t|
      t.string :title
      t.text :content
      t.boolean :active

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple_form_custom_inputs-0.1.0 example/db/migrate/20170427011041_create_posts.rb
simple_form_custom_inputs-0.0.4 example/db/migrate/20170427011041_create_posts.rb
simple_form_custom_inputs-0.0.3 example/db/migrate/20170427011041_create_posts.rb
simple_form_custom_inputs-0.0.2 example/db/migrate/20170427011041_create_posts.rb
simple_form_custom_inputs-0.0.1 example/db/migrate/20170427011041_create_posts.rb