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