Sha256: bdee504f93adbb7268bbecfc75f3ab57e5c4d95f6ff4447e725d2de8b954d8e4
Contents?: true
Size: 601 Bytes
Versions: 9
Compression:
Stored size: 601 Bytes
Contents
class CreateC80OrderFormSettings < ActiveRecord::Migration def change create_table :c80_order_form_settings, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :order_form_title t.string :order_form_label_name t.string :order_form_label_email_or_phone t.string :order_form_label_comment t.string :order_form_label_button_send t.string :order_form_label_button_sending t.string :ok_text t.string :ok_text_title t.string :admin_label_menu t.text :message_text t.string :message_letter_subj t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems