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