Sha256: ef70c6852aed97ed7ab8bc7f0ee51263ed853170e0588a89f2f1d550b4fe3363
Contents?: true
Size: 206 Bytes
Versions: 5
Compression:
Stored size: 206 Bytes
Contents
class C80CatoffersCreateCsprops < ActiveRecord::Migration def change create_table :c80_catoffers_csprops, :options => 'COLLATE=utf8_unicode_ci' do |t| t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems