lib/osso/models/user.rb in osso-0.0.3.8 vs lib/osso/models/user.rb in osso-0.0.3.9
- old
+ new
@@ -20,5 +20,27 @@
}
end
end
end
end
+
+# == Schema Information
+#
+# Table name: users
+#
+# id :uuid not null, primary key
+# email :string not null
+# idp_id :string not null
+# identity_provider_id :uuid
+# enterprise_account_id :uuid
+# created_at :datetime not null
+# updated_at :datetime not null
+#
+# Indexes
+#
+# index_users_on_email_and_idp_id (email,idp_id) UNIQUE
+# index_users_on_enterprise_account_id (enterprise_account_id)
+#
+# Foreign Keys
+#
+# fk_rails_... (identity_provider_id => identity_providers.id)
+#