Sha256: 43369bf633154a76c44a2489bd0895a97d6165944535d9e423fc815d6cb5c07b
Contents?: true
Size: 326 Bytes
Versions: 13
Compression:
Stored size: 326 Bytes
Contents
class CreateGalleries < ActiveRecord::Migration def change create_table :c80_news_tz_galleries, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.string :tag t.references :company, :index => true t.references :notice, :index => true t.timestamps null: false end end end
Version data entries
13 entries across 13 versions & 1 rubygems