Sha256: 8e110efd74f1885084a25fc35650bfc2efa3f80caa295e1e89feba74f4a73bae
Contents?: true
Size: 246 Bytes
Versions: 13
Compression:
Stored size: 246 Bytes
Contents
class CreateCphotos < ActiveRecord::Migration def change create_table :c80_news_tz_cphotos, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.references :company, :index => true t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems