Sha256: f9103aeb6d50671fb67f53b8a0ce686153e7c707a57ad74323d474bca68b20ae

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

# This migration comes from easy_reports (originally 20141213173509)
class CreateEasyReportsDatabaseConfigs < ActiveRecord::Migration
  def change
    create_table :easy_reports_database_configs do |t|
      t.string :adapter
      t.string :encoding
      t.integer :pool
      t.string :username
      t.string :password
      t.string :host
      t.integer :port
      t.string :database_name

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
easy_reports-0.0.25 test/dummy/db/migrate/20141214161418_create_easy_reports_database_configs.easy_reports.rb
easy_reports-0.0.24 test/dummy/db/migrate/20141214161418_create_easy_reports_database_configs.easy_reports.rb