Sha256: dad71ace530641e01641bb2a41536ac8f001ccc5a151fee5dca40590f290ac42
Contents?: true
Size: 365 Bytes
Versions: 10
Compression:
Stored size: 365 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
10 entries across 10 versions & 1 rubygems