Sha256: 501258a29876d57f7f15b098be0a44be1f068de69213ed5e0f055eab41a85786
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
class CreateC80SwiperFcaptions < ActiveRecord::Migration def change create_table :c80_swiper_fcaptions, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :value t.references :sframe, index: true t.integer :ord t.timestamps null: false end # add_foreign_key :c80_swiper_fcaptions, :sframes end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_swiper-0.1.0.1 | db/migrate/20161111045743_create_c80_swiper_fcaptions.rb |
c80_swiper-0.1.0 | db/migrate/20161111045743_create_c80_swiper_fcaptions.rb |