Sha256: c5c997fa6f8ca6919c57a563b0a90bdef986ed7b55e74d2094460212e0a95f11

Contents?: true

Size: 306 Bytes

Versions: 3

Compression:

Stored size: 306 Bytes

Contents

class CreateC80BrandsBbrands < ActiveRecord::Migration
  def change
    create_table :c80_brands_bbrands, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :icon
      t.string :short
      t.text :full
      t.string :slug

      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_brands-0.1.0.2 db/migrate/20161115124141_create_c80_brands_bbrands.rb
c80_brands-0.1.0.1 db/migrate/20161115124141_create_c80_brands_bbrands.rb
c80_brands-0.1.0 db/migrate/20161115124141_create_c80_brands_bbrands.rb