Sha256: fceb1fe11fd590039f8d2ca6c11cb4972818bc3a832c0d81ad0289fa19144c6a
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
ActiveRecord::Schema.define do create_table "users", :force => true do |t| t.string "name", :null => false t.string "uid", :null => false t.string "email", :null => false t.boolean "remotely_signed_out" t.text "permissions" t.string "organisation" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gds-sso-6.0.0 | spec/internal/db/schema.rb |