Sha256: e381a1fb8dbd31bd90d093d14ed835dc02eaef98f26feb9bf4ca800a5eb16620

Contents?: true

Size: 239 Bytes

Versions: 11

Compression:

Stored size: 239 Bytes

Contents

class CreateLocations < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_locations, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :tag

      t.timestamps null: false
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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