migration_20231130_0000

package
v0.0.0-...-4f10b81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Invitation

type Invitation struct {
	Email string `gorm:"index"`
}

type User

type User struct {
	migration_20231031_0000.Base
	IdpID    string `json:"-"`
	UserName string `json:"username"`
}

type UserIdentity

type UserIdentity struct {
	Kind   string    `gorm:"primary_key"`
	Value  string    `gorm:"primary_key"`
	UserID uuid.UUID `gorm:"type:uuid;index"`
	User   *User     `gorm:"constraint:OnUpdate:CASCADE,OnDelete:CASCADE;"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL