Sha256: 7d028dac70e4acc6957d2b35654be8fab1141b887a7d114be0719c07da3ac5a9

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

class CreateConnects < ActiveRecord::Migration
  def change
    create_table :connects do |t|
      t.string :name
      t.string :adapter
      t.string :database
      t.string :username
      t.string :password
      t.string :host
      t.string :port

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin-sys-1.1.0 plugins/report/db/migrate/20160607002137_create_connects.rb