Sha256: 6c55879bb2fc7de0b3415d2fff0a992eb0c7a81caefb3c1e67680da18f9295d8
Contents?: true
Size: 396 Bytes
Versions: 21
Compression:
Stored size: 396 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_slug" t.string "organisation_content_id" t.boolean "disabled", :default => false end end
Version data entries
21 entries across 21 versions & 1 rubygems