user

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ID field has db type "integer NOT NULL"
	ID pgm.Field = "users.id"
	// Name field has db type "character varying(255) NOT NULL"
	Name pgm.Field = "users.name"
	// Email field has db type "character varying(255) NOT NULL"
	Email pgm.Field = "users.email"
	// Phone field has db type "character varying(20)"
	Phone pgm.Field = "users.phone"
	// FirstName field has db type "character varying(50) NOT NULL"
	FirstName pgm.Field = "users.first_name"
	// MiddleName field has db type "character varying(50)"
	MiddleName pgm.Field = "users.middle_name"
	// LastName field has db type "character varying(50) NOT NULL"
	LastName pgm.Field = "users.last_name"
	// StatusID field has db type "smallint"
	StatusID pgm.Field = "users.status_id"
	// MfaKind field has db type "character varying(50) DEFAULT 'None'::character varying"
	MfaKind pgm.Field = "users.mfa_kind"
	// CreatedAt field has db type "timestamp without time zone NOT NULL DEFAULT CURRENT_TIMESTAMP"
	CreatedAt pgm.Field = "users.created_at"
	// UpdatedAt field has db type "timestamp without time zone NOT NULL DEFAULT CURRENT_TIMESTAMP"
	UpdatedAt pgm.Field = "users.updated_at"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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