Sha256: 27b007e0644bc3c35909a5341d471ab005185306e2efbe4a55ff0f5828cc408f
Contents?: true
Size: 250 Bytes
Versions: 4
Compression:
Stored size: 250 Bytes
Contents
class CreateGphotos < ActiveRecord::Migration def change create_table :c80_album_gallery_gphotos, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.references :gallery, index: true t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems