Sha256: bfc09e995f0b15a0167e44128f8fa98a305cd49697d659e31697872abc0f3e2f

Contents?: true

Size: 198 Bytes

Versions: 11

Compression:

Stored size: 198 Bytes

Contents

class CreateClients < ActiveRecord::Migration
  def change
    create_table :clients do |t|
      t.string :name
      t.string :email
      t.string :password

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stripe_local-0.2.5 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.2.4 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.2.3 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.2.2 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.2.1 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.2.0 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.1.3 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.1.2 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.1.1 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.1.0 spec/dummy/db/migrate/20131102200937_create_clients.rb
stripe_local-0.0.2 spec/dummy/db/migrate/20131102200937_create_clients.rb