package
Version:
v0.0.0-...-47d9ccc
Opens a new window with list of versions in this module.
Published: May 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.