Sha256: d644314533c2525ab1871d5648a65ec66014263b18bb2fe19f986c679dfbdca6
Contents?: true
Size: 229 Bytes
Versions: 13
Compression:
Stored size: 229 Bytes
Contents
class CreateProps < ActiveRecord::Migration def change create_table :c80_news_tz_props, :options => 'COLLATE=utf8_unicode_ci' do |t| t.integer :per_page t.integer :per_widget t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems