Sha256: b4c66679016caf03a20b3296aed816af8952d8114f2c0b00962e922841cbd44b
Contents?: true
Size: 254 Bytes
Versions: 11
Compression:
Stored size: 254 Bytes
Contents
class CreateNewsFphotos < ActiveRecord::Migration def change create_table :c80_news_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
11 entries across 11 versions & 1 rubygems