Sha256: 91fa3d2c0f15939844e9d9a90211ebc8568144251de4cee8897cbd6b9109c988

Contents?: true

Size: 298 Bytes

Versions: 9

Compression:

Stored size: 298 Bytes

Contents

class CreateC80ContestBids < ActiveRecord::Migration
  def change
    create_table :c80_contest_bids, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :photo
      t.string :phone
      t.string :comment
      t.boolean :marked
      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
c80_contest-0.1.9 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.8 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.7 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.6 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.5 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.4 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.3 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.2 db/migrate/20170510124400_create_c80_contest_bids.rb
c80_contest-0.1.1 db/migrate/20170510124400_create_c80_contest_bids.rb