Sha256: b687e63edba9a75fdbbbdb160ce11a45d372c36f8db71a9bdc25ce7420987c41
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
class C80Wslider2CreateFrames < ActiveRecord::Migration def change create_table :c80_wslider2_frames, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :image t.string :title t.timestamps null: false end end end
Version data entries
7 entries across 7 versions & 1 rubygems