Sha256: 86bd7fee19fef8ce5fe722b0748b14d69113fe4a62399490d98f0ebe5f14c157
Contents?: true
Size: 524 Bytes
Versions: 1
Compression:
Stored size: 524 Bytes
Contents
# frozen_string_literal: true ActiveRecord::Schema.define do # Set up any tables you need to exist for your test suite that don't belong # in migrations. 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_slug" t.string "organisation_content_id" t.boolean "disabled", :default => false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gds-sso-15.0.0 | spec/internal/db/schema.rb |