Sha256: 97b73a878ac4dff96f8155e9e60677f67271e4062b75106822360e25b070e983

Contents?: true

Size: 297 Bytes

Versions: 11

Compression:

Stored size: 297 Bytes

Contents

class CreateCompanies < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_companies, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :activity_type
      t.text :desc
      t.string :slug
      t.string :logo

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.25 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.24 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.23 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.22 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.21 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.19 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.18 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.17 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.16 db/migrate/20160226142022_create_companies.rb
c80_news_tz-0.1.1.15 db/migrate/20160226142022_create_companies.rb