Sha256: eb564ff49ef55c2eac9772f9bbbec0bcacb60f4aba1336c536f7954b67818501

Contents?: true

Size: 233 Bytes

Versions: 4

Compression:

Stored size: 233 Bytes

Contents

class CreateGalleries < ActiveRecord::Migration
  def change
    create_table :c80_album_gallery_galleries, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :tag

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_album_gallery-0.1.0.4 db/migrate/20160916114444_create_galleries.rb
c80_album_gallery-0.1.0.3 db/migrate/20160916114444_create_galleries.rb
c80_album_gallery-0.1.0.2 db/migrate/20160916114444_create_galleries.rb
c80_album_gallery-0.1.0.1 db/migrate/20160916114444_create_galleries.rb