This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/vendor/plugins/crypted_authentication/test/config/schema.rb

9 lines
237 B
Ruby

ActiveRecord::Schema.define(:version => 2) do
create_table "test_users", :force => true do |t|
t.column "username", :string
t.column "encrypted_password", :string
t.column "salt", :string
end
end