Sha256: 11d51f3617e7b40850079a46d161578f0342007bd107ca3674336c863c05f7ea

Contents?: true

Size: 180 Bytes

Versions: 9

Compression:

Stored size: 180 Bytes

Contents

class CreateErbits < ActiveRecord::Migration[5.0]
  def change
    create_table :erbits do |t|
      t.string :name
      t.text :description

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.13 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.11 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.10 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.9 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.8 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.7 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.6 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.5 spec/dummy/db/migrate/20170408161201_create_erbits.rb
bootstrap_leather-0.10.4 spec/dummy/db/migrate/20170408161201_create_erbits.rb