This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
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 |