Sha256: 46ae090ceabc6d2c6b2d3a598a14c812a2cbef5fca168ece86a2e8f9790964bf
Contents?: true
Size: 209 Bytes
Versions: 18
Compression:
Stored size: 209 Bytes
Contents
class CreateC80MapSettings < ActiveRecord::Migration def change create_table :c80_map_settings, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :map_image t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems