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