pg

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConstraintPKName     = "PRIMARY KEY"
	ConstraintFKName     = "FOREIGN KEY"
	ConstraintUniqueName = "UNIQUE"
)
View Source
const (
	TypeText             = "text"
	TypeUUID             = "uuid"
	TypeCharacter        = "character"
	TypeCharacterVarying = "character varying"

	TypeTimestampWithoutTZ = "timestamp without time zone"
	TypeTimestampWithTZ    = "timestamp with time zone"

	TypeBoolean = "boolean"
	TypeBit     = "bit"

	TypeBytea = "bytea"

	TypeInteger     = "integer"
	TypeBigint      = "bigint"
	TypeInt4        = "int4"
	TypeInt8        = "int8"
	TypeSmallInt    = "smallint"
	TypeSmallSerial = "smallserial"
	TypeSerial      = "serial"

	TypeMoney   = "money"
	TypeNumeric = "numeric"

	TypeReal            = "real"
	TypeDoublePrecision = "double precision"
	TypeFloat8          = "float8"
	TypeDecimal         = "decimal"
)

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