package sqltype

Import Path
	github.com/uptrace/bun/dialect/sqltype (on go.dev)

Dependency Relation
	imports 0 packages, and imported by 5 packages

Involved Source Files sqltype.go
Package-Level Constants (total 10, all are exported)
const BigInt = "BIGINT"
const Boolean = "BOOLEAN"
const DoublePrecision = "DOUBLE PRECISION"
const Integer = "INTEGER"
const JSON = "JSON"
const JSONB = "JSONB"
const Real = "REAL"
const SmallInt = "SMALLINT"
const Timestamp = "TIMESTAMP"
const VarChar = "VARCHAR"