Sha256: e826da8ec36d589cf8d963cbaf7715335e29c504f91164e20816a1c71618f6dd
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 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
5 entries across 5 versions & 2 rubygems