builder

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CASCADE     = "CASCADE"
	SET_NULL    = "SET NULL"
	RESTRICT    = "RESTRICT"
	NO_ACTION   = "NO ACTION"
	SET_DEFAULT = "SET DEFAULT"
	PK          = "PRIMARY KEY"
	AI          = "AUTOINCREMENT"
	NN          = "NOT NULL"
)

Variables

This section is empty.

Functions

func Custom added in v0.8.0

func Custom(name string, dtype string, additionals []string) string

func Default added in v0.9.0

func Default(val interface{}) string

func FK_FIELD added in v0.9.0

func FK_FIELD(name string, tablename string, ref string, on_delete string) string

func Id

func Id() string

func Integer

func Integer(name string, additionals []string) string

func Text

func Text(name string, additionals []string) string

func Varchar added in v0.8.0

func Varchar(name string, additionals []string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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