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

Version Path
c80_contest-0.1.9 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.8 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.7 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.6 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.5 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.4 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.3 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.2 db/migrate/20170511145501_create_c80_contest_settings.rb
c80_contest-0.1.1 db/migrate/20170511145501_create_c80_contest_settings.rb