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