model

package
v0.0.0-...-47d9ccc Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CurrencyRepositoryModel

type CurrencyRepositoryModel struct {
	ID        uuid.UUID `gorm:"primaryKey,not null"`
	Name      string    `gorm:"not null"`
	Code      string    `gorm:"index:code_currencies_idx,unique,not null"`
	CreatedAt time.Time `gorm:"index:createdat_currencies_idx,not null"`
	CreatedBy uuid.UUID
}

Jump to

Keyboard shortcuts

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