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