Sha256: ebf883b01c052bbba6f3bd24b54139bf82440d3d075cda73218a052c6cc4d4ce
Contents?: true
Size: 253 Bytes
Versions: 13
Compression:
Stored size: 253 Bytes
Contents
class CreateFphotos < ActiveRecord::Migration def change create_table :c80_news_tz_fphotos, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.references :fact, index: true t.timestamps null: false end end end
Version data entries
13 entries across 13 versions & 1 rubygems