Sha256: 89795f3e1a1c023fe35ad080e6118cc75f8e62cb14c2bbcb0d75a39b88fa38be
Contents?: true
Size: 319 Bytes
Versions: 8
Compression:
Stored size: 319 Bytes
Contents
class CreateC80FeedbackFormMessageFeedbacks < ActiveRecord::Migration def change create_table :c80_feedback_form_message_feedbacks, :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
8 entries across 8 versions & 1 rubygems