Sha256: 23f3df828fe64d43bbb5b913dbef85d60f6611cc020d73f0f02f843063e1884b

Contents?: true

Size: 231 Bytes

Versions: 10

Compression:

Stored size: 231 Bytes

Contents

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

      t.timestamps null: false
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.25 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.24 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.23 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.22 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.21 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.19 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.18 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.17 db/migrate/20160307075757_create_spots.rb
c80_news_tz-0.1.1.16 db/migrate/20160307075757_create_spots.rb