tests

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type T1

type T1 struct {
	ID   int64     // NUMBER
	ACol string    // NVARCHAR2
	BCol string    // NCLOB
	CCol int64     // NUMBER
	DCol string    // NVARCHAR2
	ECol time.Time `gorm:"default:SYSTIMESTAMP"` // timestamp
	FCol string
	GCol bool
}

type User

type User struct {
	ID      int64
	Name    string
	Age     int
	OtherID int64
	T1      T1 `gorm:"foreignKey:OtherID;references:ID"`
}

Jump to

Keyboard shortcuts

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