Sha256: c16763662bc274e8cfa51b4a94af39bbeb2dd368922b2afec0e0d08d15f95d4d

Contents?: true

Size: 388 Bytes

Versions: 15

Compression:

Stored size: 388 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do
  create_table :users, :force => true do |t|
    t.column :name, :string, :null => false
    t.column :password_hash, :string, :length => 40
    t.column :password_salt, :string, :length => 40
    t.column :token_key, :string, :length => 40
    t.column :token_expiration, :datetime
    t.column :remember_me, :string, :length => 40
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
adva-0.3.2 vendor/gems/authentication/test_backup/schema.rb
adva-0.3.1 vendor/gems/authentication/test_backup/schema.rb
adva-0.3.0 vendor/gems/authentication/test_backup/schema.rb
adva-0.2.4 vendor/gems/authentication/test_backup/schema.rb
adva-0.2.3 vendor/gems/authentication/test_backup/schema.rb
adva-0.2.2 vendor/gems/authentication/test_backup/schema.rb
adva-0.2.1 vendor/gems/authentication/test_backup/schema.rb
adva-0.2.0 vendor/gems/authentication/test_backup/schema.rb
adva-0.1.4 vendor/gems/authentication/test_backup/schema.rb
adva-0.1.3 vendor/gems/authentication/test_backup/schema.rb
adva-0.1.2 vendor/gems/authentication/test_backup/schema.rb
adva-0.1.1 vendor/gems/authentication/test_backup/schema.rb
adva-0.1.0 vendor/gems/authentication/test_backup/schema.rb
adva_user-0.0.1 vendor/gems/authentication/test_backup/schema.rb
adva-0.0.1 adva_user/vendor/gems/authentication/test_backup/schema.rb