Sha256: 80ce72ac5fd406badfd566a65b2cc6079c4c34af5f7c59eb84edb261ac734d69
Contents?: true
Size: 266 Bytes
Versions: 3
Compression:
Stored size: 266 Bytes
Contents
ActiveRecord::Schema.define(:version => 0) do create_table :users do |t| t.string :email, :login, :password_hash, :password_salt, :username end create_table :accounts do |t| t.string :email, :login, :password_hash, :password_salt, :username end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple_auth-1.1.0 | spec/schema.rb |
simple_auth-1.0.2 | spec/schema.rb |
simple_auth-1.0.1 | spec/schema.rb |