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