Sha256: 30ec16c402b9a8c976e507f8c7404e1680248cfc61d66a1cc5ef9faca9a75f7c
Contents?: true
Size: 570 Bytes
Versions: 9
Compression:
Stored size: 570 Bytes
Contents
class CreateC80ContestSettings < ActiveRecord::Migration def change create_table :c80_contest_settings, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :form_title t.string :form_label_name t.string :form_label_phone t.string :form_label_photo t.string :form_label_button_send t.string :form_label_button_sending t.string :ok_text t.string :ok_text_title t.string :admin_label_menu t.text :rules t.string :message_letter_subj t.text :message_text t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems