model

package
v0.0.0-...-84d0236 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Name       string
	Type       string
	MaxLength  sql.NullInt64
	Nullable   string
	PrimaryKey bool
	ForeignKey ForeignKey
	Unique     bool
}

Column data structure

type ForeignKey

type ForeignKey struct {
	Column        string
	ForeignTable  string
	ForeignColumn string
}

Jump to

Keyboard shortcuts

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