Sha256: 66f046701dfbebb524b710438edbf83d1cd71c29b96540e19491323b3f3d286b

Contents?: true

Size: 307 Bytes

Versions: 10

Compression:

Stored size: 307 Bytes

Contents

class CreateC80OrderFormMessageOrders < ActiveRecord::Migration
  def change
    create_table :c80_order_form_message_orders, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :name
      t.string :email_or_phone
      t.string :comment
      t.string :kapcha

      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
c80_order_form-0.1.0.11 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.10 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.9 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.8 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.7 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.6 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.5 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.4 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.3 db/migrate/20151221164444_create_c80_order_form_message_orders.rb
c80_order_form-0.1.0.1 db/migrate/20151221164444_create_c80_order_form_message_orders.rb