Sha256: 1b05a323933af3c0bb4d0c17c4035d3ea35c49e477e2d0e685aa05a408278c50

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

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 db/migrate/20141213173509_create_easy_reports_database_configs.rb
easy_reports-0.0.24 db/migrate/20141213173509_create_easy_reports_database_configs.rb