Sha256: 2dd7ec885168f16e5d2a31bfb1a9a2f6e11f3a7107fb74a777f653c9147d11bf
Contents?: true
Size: 508 Bytes
Versions: 13
Compression:
Stored size: 508 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
13 entries across 13 versions & 1 rubygems